DI2E Framework Jira
DI2E Framework Jira
Displaying 533 issues at May 31, 2019 10:58 AM.
Project Key Summary Issue Type Status Priority Resolution Assignee Reporter Creator Created Last Viewed Updated Resolved Affects Version/s Fix Version/s Component/s Due Date Votes Watchers Images Original Estimate Remaining Estimate Time Spent Work Ratio Sub-Tasks Linked Issues Environment Description Security Level Progress Σ Progress Σ Time Spent Σ Remaining Estimate Σ Original Estimate Labels Units PercentDone DueTime Epic Color Test Plan Rank (Obsolete) Sprint TRAC Sprint Number Epic Link Epic Name Epic Status Epic Colour PMO Disposition Request participants Customer Request Type Organizations Satisfaction Pending customer > 3 work days Flagged Epic/Theme Jira Service Desk Project Key Created By Story Points Justification Deliverable Type Last Comments Time to resolution Origin Created Date Product categorization Change reason Workaround Change start date Change completion date Urgency Impact Change type Change risk Initial Approver Operational categorization Change managers My Watchers Parent Link Team Country Mission Impact Assign CCM tech within 2 hours Time to first response Time to close after resolution Time to approve normal change CAB Source Investigation reason Root cause Application Admin Instructions Progress Move Instructions Definition of Done External issue ID7 Original story points Developer Target end Target start Work Ratio Code Branch Pending customer > 5 work days Auto close after 3 working days Target Production Servers Database Instructions Auto close after 3 working days at Resolved Configuration Instructions Rank Risk Consequence Browser Tested Risk Probability Acceptance Criteria Baseline end date Expected Results End Date Description for eazyBI Security Implication OriginatorID Notes Design / Implementation Notes Code Changes Database Changes Project Priority Setup Notes Start Date Baseline start date Risk Index Third Party Verified Previous Status Recent Comments Auto Close after 5 mins at Resolved Email Users Impact DCGS-A Approvers External Tracking # Issue Story Points Impacts Level of Effort Reviewer(s) Development Priority Level Verified Tag Weighted Priority
DI2E Storefront Redesign STORE-3789

Auto UI Tests

Epic Open High Unresolved Unassigned Devin Shurtleff Devin Shurtleff May 31, 2019 9:18 AM May 31, 2019 9:18 AM May 31, 2019 10:28 AM           0 1   ghx-label-8 9223372036854775807 Auto UI Tests To Do ghx-label-7
Devin Shurtleff
2|i1lzr0: 0 0 0.0
DI2E Storefront Redesign STORE-3787

Handling of creating a new evaluation when there is copies created

Bug In Backlog Low Incomplete Unassigned Devin Shurtleff Devin Shurtleff May 23, 2019 11:46 AM May 29, 2019 2:15 PM May 23, 2019 3:27 PM May 23, 2019 11:46 AM         0 1   See comments 9223372036854775807 User Evaluation
<p>Devin Shurtleff - 23/May/19 05:47 PM <a href="https://jira.di2e.net/browse/STORE-3781" title="Misc Issues for 2.8" class="issue-link" data-issue-key="STORE-3781"><del>STORE-3781</del></a><br/>
 <br/>
comment - May 17, 2019 4:57 PM<br/>
This one..." Creating an eval  changed the name.."  is very specific edge. It can be deferred.  Whoever take t......</p>
Devin Shurtleff
2|i1ii5w: 0 0 See comments 0.0 <p>Devin Shurtleff - 23/May/19 05:47 PM <a href="https://jira.di2e.net/browse/STORE-3781" title="Misc Issues for 2.8" class="issue-link" data-issue-key="STORE-3781"><del>STORE-3781</del></a><br/>
 <br/>
comment - May 17, 2019 4:57 PM<br/>
This one..." Creating an eval  changed the name.."  is very specific edge. It can be deferred.  Whoever take this over can work through it. </p>

<p>Here's the notes: </p>

<p>"Creating an eval  changed the name and added a 1 (minor; only showed up on A Check2 )  (Known issue…easily worked around; just rename)---it's an artifact of the copy the replace which adds numbers)</p>

<p> </p>

<p>Add separate ticket for this…seems like edge case: (very edgy and it work on second attempt)</p>

<p> </p>

<p>1). Trying to create a second eval for unpublish</p>

<p> </p>

<p>Value: A Check21</p>

<p>Validation Rule: Field is required to be unique according to handler: ComponentUniqueHandler</p>

<p>Part of Type: Component</p>

<p> </p>

<p> </p>

<p>at edu.usu.sdl.openstorefront.service.MongoPersistenceServiceImpl.persist(MongoPersistenceServiceImpl.java:429)</p>

<p>at edu.usu.sdl.openstorefront.service.component.CoreComponentServiceImpl.createPendingChangeComponent(CoreComponentServiceImpl.java:2488)</p>

<p>at edu.usu.sdl.openstorefront.service.ComponentServiceImpl.createPendingChangeComponent(ComponentServiceImpl.java:656)</p>

<p> </p>
DI2E Storefront Redesign STORE-3751

Release 2.8

Build Acceptance Test High Fixed Unassigned Devin Shurtleff Devin Shurtleff Mar 13, 2019 11:13 AM   May 24, 2019 11:14 AM Mar 13, 2019 11:13 AM         0 1   Move instruction for version 2.8. 
- Adds Mongo DB support
9223372036854775807
<p>Devin Shurtleff - 06/May/19 10:53 PM Note in Documentation:</p>

<p>Only feature not support with mongo is the database export and import via the system archive feature.  </p>
Devin Shurtleff
Pre-Deploy Instructions
--------------------------

Config to use an existing mongo installation. **Mongo must be setup/installed separately from the application** (Version 4.0.x should be compatible)

Make sure the user assigned to the Storefront Application has permission to create databases and create/drop collections. (By default Mongo is not setup with user security. However, for production environments the security should be setup.)

1. Edit /var/openstorefront/config/openstorefront.properties

Add/edit the following properties:

db.use.mongo=true
mongo.connection.url=<example mongodb://localhost:27017 this is needs to be set to mongo instance to use; make sure the port is accessible to storefront application server>

For connection URLs see below to set up a connect that requires an user/password
https://docs.mongodb.com/manual/reference/connection-string/
http://mongodb.github.io/mongo-java-driver/3.9/driver/tutorials/connect-to-mongodb/



Deployment
-------------

Application
-------------

copy openstorefront.war (from https://github.com/di2e/openstorefront/releases/download/v2.8.0/openstorefront.war ) to
/usr/local/tomcat/latest/webapps


Data Migration
----------------
(This takes about 1-2 minutes; the application will be un)
The data migration will happen automatically when the application starts; if configured to use mongo and there exists an existing orient installation.

Orient will start / stop during the transfer process (Automatic). Orient's data is NOT modify and is read and stored back in mongo

This will create a database in Mongo (by default "storefront") and then it will put all collections under that.
(see http://di2e.github.io/openstorefront/systemadmin/versionmigrationguide/ for more information on the migration)



Post-Deploy Instructions
---------------------------

Nothing to do.


Rollback (if needed)
---------------------
Two options:

1. Deploy the old release 2.7.4.2 it will switch back to Orient and use the data prior to the data migration

or

2. Change the configuration:

a. Edit /var/openstorefront/config/openstorefront.properties

change db.use.mongo=false (from true to false) it will switch back to Orient and use the data prior to the data migration. However, in this case the 2.8 changes will still be in place.


DI2E Staging

https://storefront-staging.di2e.net
2|i0jwhz: 0 0 Move instruction for version 2.8. 
- Adds Mongo DB support
0.0 <p>Devin Shurtleff - 06/May/19 10:53 PM Note in Documentation:</p>

<p>Only feature not support with mongo is the database export and import via the system archive feature.  </p>
DI2E Storefront Redesign STORE-3748

Update Zephyr tests to 2.0 Use Cases, Mobile Tests

Task Open High Unresolved Blaine Esplin Blaine Esplin Blaine Esplin Mar 07, 2019 11:35 AM   May 28, 2019 10:30 AM           0 2   Update/ write new tests per Devin's new Use Cases (see Confluence) and also write new tests for Mobile.

This will be ongoing over many Sprints as I get time
9223372036854775807 System Documentation
<p>Devin Shurtleff - 28/May/19 04:30 PM Keep in mind (future developers),  Mobile was a trimmed down version only using during SPOON conferences.  DI2E never used it.   However, it is in the code b......</p>
Blaine Esplin, Devin Shurtleff
2|i0hpcf: 0 0 Update/ write new tests per Devin's new Use Cases (see Confluence) and also write new tests for Mobile.

This will be ongoing over many Sprints as I get time
0.0 <p>Devin Shurtleff - 28/May/19 04:30 PM Keep in mind (future developers),  Mobile was a trimmed down version only using during SPOON conferences.  DI2E never used it.   However, it is in the code base still as of 2.8.0 (which was the last release created by the original team).</p>

<p>There wasn't any mobile regression tests created.  Create some if that feature proves to be important in the future.</p>

<p> </p>
DI2E Storefront Redesign STORE-3735

Entry Details Report Error

Bug Groom High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Feb 04, 2019 3:53 PM   May 28, 2019 3:33 PM Feb 04, 2019 3:53 PM         0 1   Find the bad entry and fix the report template.

 

Stack:

 

TicketNumber: 270109a4-be50-46f3-9827-ec58e0035f84
Client IP:
User: admin
Application Version: v2.7.4 (2019-02-04 14:52:17 MST)
Message: Report failed to generate.
Potential Resolution:
Request:
Request Method:
Input Data:
Report: TYPECOMP Format: null Report Id: 30e68eac-f861-4d09-bd44-d4661aaf05cb Create Date: Mon Feb 04 15:44:24 MST 2019

StackTrace:

edu.usu.sdl.openstorefront.common.exception.OpenStorefrontRuntimeException: Report failed to generate. Error Type Code: RPT
at edu.usu.sdl.openstorefront.report.BaseReport.generateReport(BaseReport.java:172)
at edu.usu.sdl.openstorefront.service.ReportServiceImpl.generateReport(ReportServiceImpl.java:104)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at edu.usu.sdl.openstorefront.service.DynamicProxy.invoke(DynamicProxy.java:89)
at com.sun.proxy.$Proxy633.generateReport(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at edu.usu.sdl.openstorefront.service.AsyncProxyTask.call(AsyncProxyTask.java:46)
at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: edu.usu.sdl.openstorefront.common.exception.OpenStorefrontRuntimeException: Output failed. Potential Resolution: See trace. Error Type Code: SYS
at edu.usu.sdl.openstorefront.report.output.BaseOutput.outputReport(BaseOutput.java:87)
at edu.usu.sdl.openstorefront.report.BaseReport.doOutput(BaseReport.java:199)
at edu.usu.sdl.openstorefront.report.BaseReport.handleOutputs(BaseReport.java:191)
at edu.usu.sdl.openstorefront.report.BaseReport.generateReport(BaseReport.java:170)
... 18 more
Caused by: java.lang.ClassCastException: org.xhtmlrenderer.render.AnonymousBlockBox cannot be cast to org.xhtmlrenderer.newtable.TableSectionBox
at org.xhtmlrenderer.newtable.TableBox.appendColumn(TableBox.java:135)
at org.xhtmlrenderer.newtable.TableSectionBox.addCell(TableSectionBox.java:161)
at org.xhtmlrenderer.newtable.TableSectionBox.recalcCells(TableSectionBox.java:84)
at org.xhtmlrenderer.newtable.TableBox.recalcSections(TableBox.java:204)
at org.xhtmlrenderer.newtable.TableBox.calcMinMaxWidth(TableBox.java:154)
at org.xhtmlrenderer.newtable.TableBox.layout(TableBox.java:221)
at org.xhtmlrenderer.layout.BlockBoxing.layoutBlockChild0(BlockBoxing.java:321)
at org.xhtmlrenderer.layout.BlockBoxing.layoutBlockChild(BlockBoxing.java:299)
at org.xhtmlrenderer.layout.BlockBoxing.layoutContent(BlockBoxing.java:90)
at org.xhtmlrenderer.render.BlockBox.layoutChildren(BlockBox.java:967)
at org.xhtmlrenderer.render.BlockBox.layout(BlockBox.java:847)
at org.xhtmlrenderer.render.BlockBox.layout(BlockBox.java:776)
at org.xhtmlrenderer.layout.BlockBoxing.layoutBlockChild0(BlockBoxing.java:321)
at org.xhtmlrenderer.layout.BlockBoxing.layoutBlockChild(BlockBoxing.java:299)
at org.xhtmlrenderer.layout.BlockBoxing.layoutContent(BlockBoxing.java:90)
at org.xhtmlrenderer.render.BlockBox.layoutChildren(BlockBox.java:967)
at org.xhtmlrenderer.render.BlockBox.layout(BlockBox.java:847)
at org.xhtmlrenderer.render.BlockBox.layout(BlockBox.java:776)
at org.xhtmlrenderer.layout.BlockBoxing.layoutBlockChild0(BlockBoxing.java:321)
at org.xhtmlrenderer.layout.BlockBoxing.layoutBlockChild(BlockBoxing.java:299)
at org.xhtmlrenderer.layout.BlockBoxing.layoutContent(BlockBoxing.java:90)
at org.xhtmlrenderer.render.BlockBox.layoutChildren(BlockBox.java:967)
at org.xhtmlrenderer.render.BlockBox.layout(BlockBox.java:847)
at org.xhtmlrenderer.render.BlockBox.layout(BlockBox.java:776)
at org.xhtmlrenderer.layout.BlockBoxing.layoutBlockChild0(BlockBoxing.java:321)
at org.xhtmlrenderer.layout.BlockBoxing.layoutBlockChild(BlockBoxing.java:299)
at org.xhtmlrenderer.layout.BlockBoxing.layoutContent(BlockBoxing.java:90)
at org.xhtmlrenderer.render.BlockBox.layoutChildren(BlockBox.java:967)
at org.xhtmlrenderer.render.BlockBox.layout(BlockBox.java:847)
at org.xhtmlrenderer.render.BlockBox.layout(BlockBox.java:776)
at org.xhtmlrenderer.layout.BlockBoxing.layoutBlockChild0(BlockBoxing.java:321)
at org.xhtmlrenderer.layout.BlockBoxing.layoutBlockChild(BlockBoxing.java:299)
at org.xhtmlrenderer.layout.BlockBoxing.layoutContent(BlockBoxing.java:90)
at org.xhtmlrenderer.render.BlockBox.layoutChildren(BlockBox.java:967)
at org.xhtmlrenderer.render.BlockBox.layout(BlockBox.java:847)
at org.xhtmlrenderer.render.BlockBox.layout(BlockBox.java:776)
at org.xhtmlrenderer.pdf.ITextRenderer.layout(ITextRenderer.java:229)
at edu.usu.sdl.openstorefront.report.generator.HtmlToPdfGenerator.savePdfDocument(HtmlToPdfGenerator.java:138)
at edu.usu.sdl.openstorefront.report.ComponentDetailReport.writePDF(ComponentDetailReport.java:276)
at edu.usu.sdl.openstorefront.report.ComponentDetailReport.lambda$getWriterMap$3(ComponentDetailReport.java:113)
at edu.usu.sdl.openstorefront.report.output.BaseOutput.outputReport(BaseOutput.java:81)
... 21 more

 

 
source-developer 9223372036854775807 Admin Reporting
2 <p>Devin Shurtleff - 28/May/19 09:33 PM The Render doesn't support html elements with fix positioning.  So check data.   In 2.8.0 I change the rendered....so it may work now.</p>

<p> </p>
Devin Shurtleff
2|i01zv3: 0 0 Find the bad entry and fix the report template.

 

Stack:

 

TicketNumber: 270109a4-be50-46f3-9827-ec58e0035f84
Client IP:
User: admin
Application Version: v2.7.4 (2019-02-04 14:52:17 MST)
Message: Report failed to generate.
Potential Resolution:
Request:
Request Method:
Input Data:
Report: TYPECOMP Format: null Report Id: 30e68eac-f861-4d09-bd44-d4661aaf05cb Create Date: Mon Feb 04 15:44:24 MST 2019

StackTrace:

edu.usu.sdl.openstorefront.common.exception.OpenStorefrontRuntimeException: Report failed to generate. Error Type Code: RPT
at edu.usu.sdl.openstorefront.report.BaseReport.generateReport(BaseReport.java:172)
at edu.usu.sdl.openstorefront.service.ReportServiceImpl.generateReport(ReportServiceImpl.java:104)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at edu.usu.sdl.openstorefront.service.DynamicProxy.invoke(DynamicProxy.java:89)
at com.sun.proxy.$Proxy633.generateReport(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at edu.usu.sdl.openstorefront.service.AsyncProxyTask.call(AsyncProxyTask.java:46)
at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: edu.usu.sdl.openstorefront.common.exception.OpenStorefrontRuntimeException: Output failed. Potential Resolution: See trace. Error Type Code: SYS
at edu.usu.sdl.openstorefront.report.output.BaseOutput.outputReport(BaseOutput.java:87)
at edu.usu.sdl.openstorefront.report.BaseReport.doOutput(BaseReport.java:199)
at edu.usu.sdl.openstorefront.report.BaseReport.handleOutputs(BaseReport.java:191)
at edu.usu.sdl.openstorefront.report.BaseReport.generateReport(BaseReport.java:170)
... 18 more
Caused by: java.lang.ClassCastException: org.xhtmlrenderer.render.AnonymousBlockBox cannot be cast to org.xhtmlrenderer.newtable.TableSectionBox
at org.xhtmlrenderer.newtable.TableBox.appendColumn(TableBox.java:135)
at org.xhtmlrenderer.newtable.TableSectionBox.addCell(TableSectionBox.java:161)
at org.xhtmlrenderer.newtable.TableSectionBox.recalcCells(TableSectionBox.java:84)
at org.xhtmlrenderer.newtable.TableBox.recalcSections(TableBox.java:204)
at org.xhtmlrenderer.newtable.TableBox.calcMinMaxWidth(TableBox.java:154)
at org.xhtmlrenderer.newtable.TableBox.layout(TableBox.java:221)
at org.xhtmlrenderer.layout.BlockBoxing.layoutBlockChild0(BlockBoxing.java:321)
at org.xhtmlrenderer.layout.BlockBoxing.layoutBlockChild(BlockBoxing.java:299)
at org.xhtmlrenderer.layout.BlockBoxing.layoutContent(BlockBoxing.java:90)
at org.xhtmlrenderer.render.BlockBox.layoutChildren(BlockBox.java:967)
at org.xhtmlrenderer.render.BlockBox.layout(BlockBox.java:847)
at org.xhtmlrenderer.render.BlockBox.layout(BlockBox.java:776)
at org.xhtmlrenderer.layout.BlockBoxing.layoutBlockChild0(BlockBoxing.java:321)
at org.xhtmlrenderer.layout.BlockBoxing.layoutBlockChild(BlockBoxing.java:299)
at org.xhtmlrenderer.layout.BlockBoxing.layoutContent(BlockBoxing.java:90)
at org.xhtmlrenderer.render.BlockBox.layoutChildren(BlockBox.java:967)
at org.xhtmlrenderer.render.BlockBox.layout(BlockBox.java:847)
at org.xhtmlrenderer.render.BlockBox.layout(BlockBox.java:776)
at org.xhtmlrenderer.layout.BlockBoxing.layoutBlockChild0(BlockBoxing.java:321)
at org.xhtmlrenderer.layout.BlockBoxing.layoutBlockChild(BlockBoxing.java:299)
at org.xhtmlrenderer.layout.BlockBoxing.layoutContent(BlockBoxing.java:90)
at org.xhtmlrenderer.render.BlockBox.layoutChildren(BlockBox.java:967)
at org.xhtmlrenderer.render.BlockBox.layout(BlockBox.java:847)
at org.xhtmlrenderer.render.BlockBox.layout(BlockBox.java:776)
at org.xhtmlrenderer.layout.BlockBoxing.layoutBlockChild0(BlockBoxing.java:321)
at org.xhtmlrenderer.layout.BlockBoxing.layoutBlockChild(BlockBoxing.java:299)
at org.xhtmlrenderer.layout.BlockBoxing.layoutContent(BlockBoxing.java:90)
at org.xhtmlrenderer.render.BlockBox.layoutChildren(BlockBox.java:967)
at org.xhtmlrenderer.render.BlockBox.layout(BlockBox.java:847)
at org.xhtmlrenderer.render.BlockBox.layout(BlockBox.java:776)
at org.xhtmlrenderer.layout.BlockBoxing.layoutBlockChild0(BlockBoxing.java:321)
at org.xhtmlrenderer.layout.BlockBoxing.layoutBlockChild(BlockBoxing.java:299)
at org.xhtmlrenderer.layout.BlockBoxing.layoutContent(BlockBoxing.java:90)
at org.xhtmlrenderer.render.BlockBox.layoutChildren(BlockBox.java:967)
at org.xhtmlrenderer.render.BlockBox.layout(BlockBox.java:847)
at org.xhtmlrenderer.render.BlockBox.layout(BlockBox.java:776)
at org.xhtmlrenderer.pdf.ITextRenderer.layout(ITextRenderer.java:229)
at edu.usu.sdl.openstorefront.report.generator.HtmlToPdfGenerator.savePdfDocument(HtmlToPdfGenerator.java:138)
at edu.usu.sdl.openstorefront.report.ComponentDetailReport.writePDF(ComponentDetailReport.java:276)
at edu.usu.sdl.openstorefront.report.ComponentDetailReport.lambda$getWriterMap$3(ComponentDetailReport.java:113)
at edu.usu.sdl.openstorefront.report.output.BaseOutput.outputReport(BaseOutput.java:81)
... 21 more

 

 
0.0 <p>Devin Shurtleff - 28/May/19 09:33 PM The Render doesn't support html elements with fix positioning.  So check data.   In 2.8.0 I change the rendered....so it may work now.</p>

<p> </p>
DI2E Storefront Redesign STORE-3733

Requiring a comment on a drop-down, comment field does NOT show, so you are stuck and can't submit without the (nonpresent nonshowing) required comment

Improvement In Backlog High Unresolved Unassigned Blaine Esplin Blaine Esplin Feb 04, 2019 3:39 PM   Feb 07, 2019 3:26 PM Feb 04, 2019 3:39 PM         0 1 _thumb_303888.png _thumb_303887.png _thumb_303886.png   See screenshots.  When doing a custom submission form if you require a comment on a single attribute type the comment form never shows on entry, hence you cannot enter the required comment hence you can't submit the form hence you are stuck hence this should henceforth be fixed.

!image-2019-02-04-15-39-16-294.png!

!image-2019-02-04-15-39-31-218.png!

!image-2019-02-04-15-39-49-192.png!
custom-submission-form, source-testing 9223372036854775807 User Submissions
Blaine Esplin
2|i01zp3: 0 0 See screenshots.  When doing a custom submission form if you require a comment on a single attribute type the comment form never shows on entry, hence you cannot enter the required comment hence you can't submit the form hence you are stuck hence this should henceforth be fixed.

!image-2019-02-04-15-39-16-294.png!

!image-2019-02-04-15-39-31-218.png!

!image-2019-02-04-15-39-49-192.png!
0.0
DI2E Storefront Redesign STORE-3708

Edge Issue with the layout of Submission form with a small window

Bug In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jan 03, 2019 1:38 PM   Jan 03, 2019 3:22 PM Jan 03, 2019 1:38 PM   2.17     0 1   (Investigate)

UI: User Submission form

 

"Microsoft Edge anomaly.  Saw odd scroll bar when using Edge and using a small window, like when using a laptop.  When working with ontology submission form and entering data, was at the the core ontology details section.  This section has many questions.  with a small window, could not see a scroll bar, up and down.  Had to move the left to right scroll bar to see the full up and down scroll bar.  This anomaly doesn't appear to happen with Chrome."

-Stan
DI2E, source-pmo 9223372036854775807 User Submissions
1
Devin Shurtleff
2|hznk93: 0 0 (Investigate)

UI: User Submission form

 

"Microsoft Edge anomaly.  Saw odd scroll bar when using Edge and using a small window, like when using a laptop.  When working with ontology submission form and entering data, was at the the core ontology details section.  This section has many questions.  with a small window, could not see a scroll bar, up and down.  Had to move the left to right scroll bar to see the full up and down scroll bar.  This anomaly doesn't appear to happen with Chrome."

-Stan
0.0
DI2E Storefront Redesign STORE-3706

Full System Archive does not save all component entries.

Bug Groom Critical Fixed Unassigned Blaine Esplin Blaine Esplin Dec 14, 2018 1:13 PM   May 29, 2019 10:43 AM Dec 14, 2018 1:13 PM 2.7 2.9     0 1   We have had issues before, this seems to be bigger than usual:
# On spoon-staging.usurf.usu.edu
# Go to Admin Tools → Application Management → System Archives.
# Click Generate Archive, give it a name, and select FULL, then Generate
# When it finishes, download it.
# Open the 7Zip file, go to *import* *→ component.*

This _should_ have all 2058 entreis, but is blank! 

Repeat on store-accept and note that you get about 60 of the 235 or so entries in the saved zipped file.  See attached.

 
source-testing 9223372036854775807 Admin Imp. Exp. Arc.
1
Blaine Esplin
2|hzjhdj: 0 0 We have had issues before, this seems to be bigger than usual:
# On spoon-staging.usurf.usu.edu
# Go to Admin Tools → Application Management → System Archives.
# Click Generate Archive, give it a name, and select FULL, then Generate
# When it finishes, download it.
# Open the 7Zip file, go to *import* *→ component.*

This _should_ have all 2058 entreis, but is blank! 

Repeat on store-accept and note that you get about 60 of the 235 or so entries in the saved zipped file.  See attached.

 
0.0
DI2E Storefront Redesign STORE-3705

Verify contacts on submission form are added correctly after repeated edits of pending submissions

Bug Groom High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Dec 13, 2018 10:07 PM   Jan 03, 2019 4:06 PM Dec 13, 2018 10:07 PM   2.9     0 1   "I noticed if I start a new submission and submit it, every time after that if I re-submit before it's approved, I keep getting new Submitter POC row getting added.  It seems to me there should only be one submitter entry in POC section." - Stan source-pmo 9223372036854775807 User Submissions
1
Devin Shurtleff
2|hzj1tb: 0 0 "I noticed if I start a new submission and submit it, every time after that if I re-submit before it's approved, I keep getting new Submitter POC row getting added.  It seems to me there should only be one submitter entry in POC section." - Stan 0.0
DI2E Storefront Redesign STORE-3704

Add Support for Radio Buttons attributes to have an option for an N/A or no comment value

Improvement In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Dec 13, 2018 9:58 PM   Jan 03, 2019 4:06 PM Dec 13, 2018 9:58 PM   2.9     0 1   When the form comes up for the user to fill in, the options are radio buttons with nothing initially checked.

 

I'm trying to think how the following could occur:

 
# User selects "Yes" and adds optional or required comment.  Displays on entry
# User selects "No and adds optional or required comment.  Displays on entry.
# Maybe add another option, "No comment." This is initially checked when form is first presented. Instructions would say, "Selecting No comment will result in nothing being displayed in final submitted entry."

 

Currently, I have it set up with items 1 and 2.  I could tell the user to not check anything so nothing displays, but I think that's confusing.  Explicit responses would ensure the desired outcome would occur.  

 

As an example, BICES  CSD has a submission update with lots of "No" checked.  It makes more sense in some cases to give them option for nothing displayed as opposed to clicking "No."
DI2E, source-pmo 9223372036854775807 User Submissions
1
Devin Shurtleff
2|hzj1t3: 0 0 When the form comes up for the user to fill in, the options are radio buttons with nothing initially checked.

 

I'm trying to think how the following could occur:

 
# User selects "Yes" and adds optional or required comment.  Displays on entry
# User selects "No and adds optional or required comment.  Displays on entry.
# Maybe add another option, "No comment." This is initially checked when form is first presented. Instructions would say, "Selecting No comment will result in nothing being displayed in final submitted entry."

 

Currently, I have it set up with items 1 and 2.  I could tell the user to not check anything so nothing displays, but I think that's confusing.  Explicit responses would ensure the desired outcome would occur.  

 

As an example, BICES  CSD has a submission update with lots of "No" checked.  It makes more sense in some cases to give them option for nothing displayed as opposed to clicking "No."
Add an option for this in the field template. So the admin can use it or not cases where it's applicable. Or we can add it always when the field is optional. (this may be best). Perhaps, the admin may need to control the label for the value. 0.0
DI2E Storefront Redesign STORE-3700

Workflow comment update

Bug In Backlog High Fixed Unassigned Jacob Strong Jacob Strong Dec 12, 2018 11:09 AM   Dec 13, 2018 11:27 AM Dec 12, 2018 11:09 AM 2.7.3 2.14     0 1   When you go update a comment in the Work Plan Progress Management page the Update Comment button stays until you refresh the page, even on entirely different submissions.

Add a cancel button likely best solution.
source-support 9223372036854775807 Admin Workplans
1
Jacob Strong
2|hzhzzz: 0 0 When you go update a comment in the Work Plan Progress Management page the Update Comment button stays until you refresh the page, even on entirely different submissions.

Add a cancel button likely best solution.
0.0
DI2E Storefront Redesign STORE-3699

Non-submitted submission in workplan management

Improvement In Backlog High Fixed Unassigned Jacob Strong Jacob Strong Dec 12, 2018 11:02 AM   Dec 13, 2018 11:56 AM Dec 12, 2018 11:02 AM 2.7.3 2.17     0 2 _thumb_273625.png _thumb_273624.png   Submissions are showing up in the Work Plan Progress Management page without being submitted. *The non submitted entry shows "Internal Review" step and also is assigned to the SME group already.*

 

It may help to know that it only shows up after all the required information is present in the submission, but the submission is still not submitted. However submissions that do not have all the required attributes do not appear anywhere in this page.

 

It needs to be solidified what gets put on the Work Plan Management page in a "Not Submitted" state. Submissions are currently never hitting this state (or don't appear to be).

 

!image-2018-12-12-10-54-22-803.png!

 

!image-2018-12-12-10-55-04-454.png!
workflow-status 9223372036854775807 Admin Workplans
3 <p>Ryan Frazier - 13/Dec/18 06:52 PM The current behavior is expected. When a partial submission is submitted the partial submission is assigned to the SME group. It needs to be decided who needs t......</p>
Jacob Strong, Ryan Frazier
2|hzhzrj: 0 0 Submissions are showing up in the Work Plan Progress Management page without being submitted. *The non submitted entry shows "Internal Review" step and also is assigned to the SME group already.*

 

It may help to know that it only shows up after all the required information is present in the submission, but the submission is still not submitted. However submissions that do not have all the required attributes do not appear anywhere in this page.

 

It needs to be solidified what gets put on the Work Plan Management page in a "Not Submitted" state. Submissions are currently never hitting this state (or don't appear to be).

 

!image-2018-12-12-10-54-22-803.png!

 

!image-2018-12-12-10-55-04-454.png!
0.0 <p>Ryan Frazier - 13/Dec/18 06:52 PM The current behavior is expected. When a partial submission is submitted the partial submission is assigned to the SME group. It needs to be decided who needs to see the entry in that state.</p>
DI2E Storefront Redesign STORE-3698

Submission Comments shouldn't send email if nothing posted

Improvement In Backlog High Fixed Unassigned Devin Shurtleff Devin Shurtleff Dec 12, 2018 9:04 AM   Dec 13, 2018 11:59 AM Dec 12, 2018 9:04 AM 2.7.3 2.10     0 1   I received some error message that seemed to be related to the comments.  (see attached)

I'm not sure how it was triggered, but it shouldn't try to send an email if there is no message.  

 

 
SPOON, source-developer 9223372036854775807 Admin Workplans
1
Devin Shurtleff
2|hzhvsn: 0 0 I received some error message that seemed to be related to the comments.  (see attached)

I'm not sure how it was triggered, but it shouldn't try to send an email if there is no message.  

 

 
0.0
DI2E Storefront Redesign STORE-3697

Add Download Button to Media/Resource Grid custom Submission Form

Improvement In Backlog High Fixed Unassigned Devin Shurtleff Devin Shurtleff Dec 11, 2018 9:15 PM   Dec 13, 2018 12:08 PM Dec 11, 2018 9:15 PM 2.7.3 2.17     0 1   Admin Tools -> Data Management -> Submissions -> Form Templates

Where: Submission Form (User-side) Media/Resource Upload table.

This table is found in the media or resource grid.

Users should be able to download an uploaded resource from a custom submission form. The admin can verify what they uploaded.

 
DI2E, source-developer 9223372036854775807 User Submissions
1
Devin Shurtleff
2|hu4n13: 0 0 Admin Tools -> Data Management -> Submissions -> Form Templates

Where: Submission Form (User-side) Media/Resource Upload table.

This table is found in the media or resource grid.

Users should be able to download an uploaded resource from a custom submission form. The admin can verify what they uploaded.

 
0.0
DI2E Storefront Redesign STORE-3696

STORE-3400 Include workflow data

Sub-task Open High Unresolved Unassigned Blaine Esplin Blaine Esplin Dec 10, 2018 1:55 PM   Dec 10, 2018 1:55 PM           0 1   Include a SME and Reviewer? user and the SME workflow test data (so that you don't have to recreate or run the test to get it there).  9223372036854775807 Sprint Oct2018-2, Sprint Oct2018-3, Sprint Nov2018-1
Blaine Esplin
2|hzg5rz: 0 0 Include a SME and Reviewer? user and the SME workflow test data (so that you don't have to recreate or run the test to get it there).  0.0
DI2E Storefront Redesign STORE-3695

STORE-3400 Include Entry Types

Sub-task Open High Unresolved Unassigned Blaine Esplin Blaine Esplin Dec 10, 2018 1:54 PM   Dec 10, 2018 1:54 PM           0 1   I had automation to create testable entry types such as Apple, Pear, Orange, Blood Orange, etc.  Include this in the gold data set. 9223372036854775807 Sprint Oct2018-2, Sprint Oct2018-3, Sprint Nov2018-1
Blaine Esplin
2|hzg5q7: 0 0 I had automation to create testable entry types such as Apple, Pear, Orange, Blood Orange, etc.  Include this in the gold data set. 0.0
DI2E Storefront Redesign STORE-3694

STORE-3400 Include prior Data Restrictions, Dist A, Dist B, etc.

Sub-task Open High Unresolved Unassigned Blaine Esplin Blaine Esplin Dec 10, 2018 1:53 PM   Dec 10, 2018 1:53 PM           0 1   Include in the dataset the prior security test entries that are limited by user and by data restrictions.

NOTE that I don't think you can assign the security restrictions to a user on a docker or an archive?

 
9223372036854775807 Sprint Oct2018-2, Sprint Oct2018-3, Sprint Nov2018-1
Blaine Esplin
2|hzg5on: 0 0 Include in the dataset the prior security test entries that are limited by user and by data restrictions.

NOTE that I don't think you can assign the security restrictions to a user on a docker or an archive?

 
0.0
DI2E Storefront Redesign STORE-3693

STORE-3400 Create an all-inclusive search results details entry (archive)

Sub-task Open High Unresolved Unassigned Blaine Esplin Blaine Esplin Dec 10, 2018 1:51 PM   Dec 10, 2018 1:51 PM           0 1   This comes from:

[https://confluence.di2e.net/display/STORE/Features+and+Expected+Behavior]

And would be part of this regression test when the archive is finished on staging:

https://jira.di2e.net/browse/STORE-3692

However, on Docker images it would need to be included in the Gold Data Set, which could be interesting since it encompasses an entry, Q&A, Reviews, Evaluations, etc.
9223372036854775807 Sprint Oct2018-2, Sprint Oct2018-3, Sprint Nov2018-1
Blaine Esplin
2|hzg5nz: 0 0 This comes from:

[https://confluence.di2e.net/display/STORE/Features+and+Expected+Behavior]

And would be part of this regression test when the archive is finished on staging:

https://jira.di2e.net/browse/STORE-3692

However, on Docker images it would need to be included in the Gold Data Set, which could be interesting since it encompasses an entry, Q&A, Reviews, Evaluations, etc.
0.0
DI2E Storefront Redesign STORE-3691

Bulk Upload

Epic Open High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Dec 05, 2018 11:31 AM   May 28, 2019 1:33 PM Dec 05, 2018 11:31 AM         0 1   ghx-label-4 9223372036854775807 Bulk Upload Done ghx-label-5
Devin Shurtleff
2|hzek33: 0 0 0.0
DI2E Storefront Redesign STORE-3680

Notification emails from Work Plan steps should note what entry triggered the email.

Improvement In Backlog High Fixed Unassigned Jacob Strong Jacob Strong Nov 19, 2018 4:49 PM   May 29, 2019 11:43 AM Nov 19, 2018 4:49 PM 2.7 2.14     0 3   The current email shows "The submission has moved to SME review."

Something like "<Entry> has moved to SME review." would be great
source-admin 9223372036854775807 Admin Workplans
3 <p>Devin Shurtleff - 29/May/19 05:43 PM UI for the email action doesn't support all of the backend feature as it should.   So that should be addressed.</p>
Blaine Esplin, Devin Shurtleff, Jacob Strong
2|hz7mif: 0 0 The current email shows "The submission has moved to SME review."

Something like "<Entry> has moved to SME review." would be great
0.0 <p>Devin Shurtleff - 29/May/19 05:43 PM UI for the email action doesn't support all of the backend feature as it should.   So that should be addressed.</p>
DI2E Storefront Redesign STORE-3662

Attribute Units

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Nov 13, 2018 1:07 PM   Jan 31, 2019 4:02 PM Nov 13, 2018 1:07 PM         0 1   ghx-label-9 9223372036854775807 Attribute Units Done ghx-label-1
Rex Nethercott
2|hwdosf: 0 0 0.0
DI2E Storefront Redesign STORE-3660

Submission Form - HTML Attribute Comments not saving the HTML

Bug In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Nov 12, 2018 9:16 AM   Dec 06, 2018 4:59 PM Nov 12, 2018 9:16 AM   2.13.5     0 1   "

I tried to select "Allow HTML in comments" for ontology entry.

 

It looked good during preview as the user making submission, but once approved (or looking at preview as admin), it didn't seem to work.  I tried to create a bullet list, and when it was approved, it  displays as one continuous line of text.

 

See the entry "Test 11 Nov 18 Ontology."

 

Create a form template with an attribute and require the comment.  Also check "Allow HTML in comments".

The Preview of the entry shows no HTML.  So check the sanitation and form saving.

 

 

 

 
DI2E, source-pmo 9223372036854775807 User Submissions
1
Devin Shurtleff
2|hz5cpj: 0 0 "

I tried to select "Allow HTML in comments" for ontology entry.

 

It looked good during preview as the user making submission, but once approved (or looking at preview as admin), it didn't seem to work.  I tried to create a bullet list, and when it was approved, it  displays as one continuous line of text.

 

See the entry "Test 11 Nov 18 Ontology."

 

Create a form template with an attribute and require the comment.  Also check "Allow HTML in comments".

The Preview of the entry shows no HTML.  So check the sanitation and form saving.

 

 

 

 
0.0
DI2E Storefront Redesign STORE-3659

User Registration

Epic Open High Unresolved Unassigned Brigham Michaelis Brigham Michaelis Nov 08, 2018 1:15 PM   Nov 08, 2018 1:15 PM Nov 08, 2018 1:15 PM         0 1   ghx-label-7 9223372036854775807 User Registration To Do ghx-label-6
Brigham Michaelis
2|hz4tev: 0 0 0.0
DI2E Storefront Redesign STORE-3644

Entry Status Report is not showing User Submissions

Bug In Backlog High Fixed Unassigned Devin Shurtleff Devin Shurtleff Nov 02, 2018 2:50 PM   Nov 15, 2018 10:44 AM Nov 02, 2018 2:50 PM   2.16     0 2   Entry Status Report is not showing User Submissions as expected.  

The Submission report show some in the time period but, this report doesn't show them.

 

Also add the owner field to the report.
DI2E, SPOON, source-spoon-pmo 9223372036854775807 Admin Reporting
1 <p>Brigham Michaelis - 08/Nov/18 08:21 PM Investigate this to see what needs to be addressed.</p>
Brigham Michaelis, Devin Shurtleff
2|hz2ahb: 0 0 Entry Status Report is not showing User Submissions as expected.  

The Submission report show some in the time period but, this report doesn't show them.

 

Also add the owner field to the report.
0.0 <p>Brigham Michaelis - 08/Nov/18 08:21 PM Investigate this to see what needs to be addressed.</p>
DI2E Storefront Redesign STORE-3643

Submission Report doesn't alway capture all the submissions in a time period

Bug In Backlog High Fixed Unassigned Devin Shurtleff Devin Shurtleff Nov 02, 2018 2:47 PM   Nov 15, 2018 10:44 AM Nov 02, 2018 2:47 PM   2.16     0 2   Check partial submission handling. (Not sure if they should show here. perhaps in a separate section).

The report is based on the update date.....this can be confusing. 

The reason for the updated data was user can create, submit and unsubmitted and we were trying to capture that.  

However, that no longer applies because of partial submission.  

We should base the report on the create date (even though the records can come and go).

Perhaps we can consider adding a "log" on submission transactions to we can trace exactly what is going on.  (?)

 

 
DI2E, SPOON, source-spoon-pmo 9223372036854775807 Admin Reporting
3 <p>Brigham Michaelis - 08/Nov/18 08:22 PM Check the create date as a start.</p>
Brigham Michaelis, Devin Shurtleff
2|hz2afz: 0 0 Check partial submission handling. (Not sure if they should show here. perhaps in a separate section).

The report is based on the update date.....this can be confusing. 

The reason for the updated data was user can create, submit and unsubmitted and we were trying to capture that.  

However, that no longer applies because of partial submission.  

We should base the report on the create date (even though the records can come and go).

Perhaps we can consider adding a "log" on submission transactions to we can trace exactly what is going on.  (?)

 

 
0.0 <p>Brigham Michaelis - 08/Nov/18 08:22 PM Check the create date as a start.</p>
DI2E Storefront Redesign STORE-3640

Submission Form - Contact not populated saved data on incomplete forms

Bug In Backlog High Fixed Unassigned Devin Shurtleff Devin Shurtleff Nov 02, 2018 10:33 AM   Dec 06, 2018 4:59 PM Nov 02, 2018 10:33 AM   2.13.5     0 2 _thumb_255216.png   submission form 

 

Check the Contact form to make sure it populates the saved information first rather they pre-populating via profile or existing contact.

There are three conditions:

make a custom submission form with 
# Populate contact with user
# Populate hide exiting contact picker
# Populate new leave all unchecked

We need to make sure the user change populate first

double check with Devin.

 

INVESTIGATE FIRST, to isolate the actual problem.

 

Also look for profile user contact info not loading.

 
DI2E, source-pmo 9223372036854775807 User Submissions
2 <p>Brigham Michaelis - 08/Nov/18 08:29 PM <span class="image-wrap" style=""><img src="https://jira.di2e.net/secure/attachment/255216/255216_image-2018-11-08-13-29-13-334.png" style="border: 0px solid black" /></span></p>
Brigham Michaelis, Devin Shurtleff
2|hz245r: 0 0 submission form 

 

Check the Contact form to make sure it populates the saved information first rather they pre-populating via profile or existing contact.

There are three conditions:

make a custom submission form with 
# Populate contact with user
# Populate hide exiting contact picker
# Populate new leave all unchecked

We need to make sure the user change populate first

double check with Devin.

 

INVESTIGATE FIRST, to isolate the actual problem.

 

Also look for profile user contact info not loading.

 
0.0 <p>Brigham Michaelis - 08/Nov/18 08:29 PM <span class="image-wrap" style=""><img src="https://jira.di2e.net/secure/attachment/255216/255216_image-2018-11-08-13-29-13-334.png" style="border: 0px solid black" /></span></p>
DI2E Storefront Redesign STORE-3620

Custom Submission Form - Add Option to Attribute to allow multiple values for required comments

Improvement In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Oct 26, 2018 9:52 AM   Dec 06, 2018 3:51 PM Oct 26, 2018 9:52 AM   2.13.5     0 1   "You have the option for selecting "Required."  There is also option to select required for a specific option.  What is not there is in cases where I want a comment if the select yes or no.  But, my goal was to not make any optional attributes to prevent validation of the form.  So, for the short term, I just unchecked these use cases even though in the instructions I'm expecting a comment if they select yes or no." - Stan

 

"The attribute should be optional but if they select an option (yes or no) then it should require a comment.

So right now you can show the comment box for both cases but, you can’t set it to be required only if they select either value."

 

*Add Option to Attribute to allow multiple values for required comments.*

 
DI2E, source-pmo 9223372036854775807 Admin Submissions
3
Devin Shurtleff
2|hu4n1b: 0 0 "You have the option for selecting "Required."  There is also option to select required for a specific option.  What is not there is in cases where I want a comment if the select yes or no.  But, my goal was to not make any optional attributes to prevent validation of the form.  So, for the short term, I just unchecked these use cases even though in the instructions I'm expecting a comment if they select yes or no." - Stan

 

"The attribute should be optional but if they select an option (yes or no) then it should require a comment.

So right now you can show the comment box for both cases but, you can’t set it to be required only if they select either value."

 

*Add Option to Attribute to allow multiple values for required comments.*

 
0.0
DI2E Storefront Redesign STORE-3612

Custom Submission Form Builder - Show duplicate question in Section Navigation in some cases

Bug In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Oct 24, 2018 1:04 PM   Dec 06, 2018 4:59 PM Oct 24, 2018 1:04 PM   2.13.5     0 1 _thumb_247557.png   See attached:  (from prod 2.6.2 version)

I'm not sure what step trigger this. 

"I was working on editing existing form template when I saw the weird display on the left.  Doesn't happen all the time, just sometimes.  As I mentioned, if I save and exit and come back, most of the time the weird display goes away"

We need to investigate...check add/edit/delete questions.
DI2E, source-pmo 9223372036854775807 Admin Submissions
1
Devin Shurtleff
2|hyysnr: 0 0 See attached:  (from prod 2.6.2 version)

I'm not sure what step trigger this. 

"I was working on editing existing form template when I saw the weird display on the left.  Doesn't happen all the time, just sometimes.  As I mentioned, if I save and exit and come back, most of the time the weird display goes away"

We need to investigate...check add/edit/delete questions.
0.0
DI2E Storefront Redesign STORE-3601

Security permissions Dist C, Dist F, and Sensitive not working

Bug In Backlog High Fixed Unassigned Blaine Esplin Blaine Esplin Oct 15, 2018 5:32 PM   Nov 15, 2018 11:20 AM   2.6.6       0 1   Please see attached test for Manage Data Restrictions.  When turned on and restricted I am seeing Dist C, Dist F, and Sensitive when they should NOT be showing up.

For example, log in as smedude (smeDude1!) on store-accept and you should not see C and F but you do.  On the Librarian you see Sensitive when you should not.
source-regression 9223372036854775807 Admin Security
<p>Blaine Esplin - 02/Nov/18 04:45 PM I would like to escalate this a little bit as Sensitive has been added to the list that shows up regardless of the settings.</p>

<p>Also this is continuously causi......</p>
Blaine Esplin
2|hyvjxr: 0 0 Please see attached test for Manage Data Restrictions.  When turned on and restricted I am seeing Dist C, Dist F, and Sensitive when they should NOT be showing up.

For example, log in as smedude (smeDude1!) on store-accept and you should not see C and F but you do.  On the Librarian you see Sensitive when you should not.
0.0 <p>Blaine Esplin - 02/Nov/18 04:45 PM I would like to escalate this a little bit as Sensitive has been added to the list that shows up regardless of the settings.</p>

<p>Also this is continuously causing one of the regression tests to fail.<br/>
Blaine Esplin - 02/Nov/18 04:44 PM Added "Sensitive" to the list that always shows up, even when it should be restricted.</p>
DI2E Storefront Redesign STORE-3600

Allow Admin to Edit entry via submission form

Improvement In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Oct 15, 2018 1:59 PM   Dec 06, 2018 4:59 PM     2.13.5     0 2   Allow the admin to pick which form they want o use to edit the entry.

The reason for this is the current form lacks the context of the submission form and so that can make it hard to tell what went with what.

 

The challenge here is more to due with the current mechanism to convert an entry to a submission form.  Probably need another path to make it work smoothly.  Otherwise it will affect approval status.
DI2E, source-support 9223372036854775807 Admin Entries
5 <p>Blaine Esplin - 18/Oct/18 05:52 PM When you say "allow . . . pick which form they want to use to edit the entry" are you talking a standard form or choosing the custom entry form?</p>
Blaine Esplin, Devin Shurtleff
2|hyvhnj: 0 0 Allow the admin to pick which form they want o use to edit the entry.

The reason for this is the current form lacks the context of the submission form and so that can make it hard to tell what went with what.

 

The challenge here is more to due with the current mechanism to convert an entry to a submission form.  Probably need another path to make it work smoothly.  Otherwise it will affect approval status.
0.0 <p>Blaine Esplin - 18/Oct/18 05:52 PM When you say "allow . . . pick which form they want to use to edit the entry" are you talking a standard form or choosing the custom entry form?</p>
DI2E Storefront Redesign STORE-3596

Aerospace Import

Epic Open High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Oct 11, 2018 3:23 PM   Jan 31, 2019 4:02 PM     2.8-Old     0 1   Initial effort to get Aerospace data importing support added. SPOON, source-spoon-pmo ghx-label-6 9223372036854775807 Aerospace Import Done ghx-label-5
Devin Shurtleff
2|hwdorr: 0 0 Initial effort to get Aerospace data importing support added. 0.0
DI2E Storefront Redesign STORE-3593

Branding is not importing

Bug Groom High Unresolved Unassigned Blaine Esplin Blaine Esplin Oct 11, 2018 2:07 PM   May 10, 2019 12:40 PM     2.17     0 1   See associated Zephyr test.

When importing branding it does not show back up on import. 
source-regress 9223372036854775807 Admin Branding
1
Blaine Esplin
2|hu4n10: 0 0 See associated Zephyr test.

When importing branding it does not show back up on import. 
0.0
DI2E Storefront Redesign STORE-3591

Request ownership menu is shown when I own it.

Bug In Backlog High Unresolved Unassigned Blaine Esplin Blaine Esplin Oct 11, 2018 2:01 PM   Nov 08, 2018 4:52 PM     2.19     0 1   Per running the attached regression test, when I own an entry/ submission:

I should only see a Request Correction menu, but I also (bug) see the Request Ownership menu.

 
source-regression 9223372036854775807 Admin Submissions
1
Blaine Esplin
2|hyuo6v: 0 0 Per running the attached regression test, when I own an entry/ submission:

I should only see a Request Correction menu, but I also (bug) see the Request Ownership menu.

 
0.0
DI2E Storefront Redesign STORE-3585

Submission - Update the default width of the Navigation

Improvement In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Oct 10, 2018 12:19 PM   Dec 06, 2018 4:58 PM     2.13.5     0 1   It seems the admin prefer long section names...so the user has to readjust the navigation bar every time.  Just give it little more width. DI2E, source-developer 9223372036854775807 User Submissions
1
Devin Shurtleff
2|hyu42v: 0 0 It seems the admin prefer long section names...so the user has to readjust the navigation bar every time.  Just give it little more width. 0.0
DI2E Storefront Redesign STORE-3584

Log Viewer window needs a fixed height

Improvement In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Oct 10, 2018 12:16 PM   Dec 06, 2018 4:58 PM     2.17     0 1   System - > Logs -> Log Viewer window doesn't appear to have a fix hieght so it grows beyond the screen. 

It's minor but it's a quick fix.
source-developer 9223372036854775807 System UI
1
Devin Shurtleff
2|hyu40n: 0 0 System - > Logs -> Log Viewer window doesn't appear to have a fix hieght so it grows beyond the screen. 

It's minor but it's a quick fix.
0.0
DI2E Storefront Redesign STORE-3583

Submission Form - When it fails to map the API should return a failure

Bug In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Oct 10, 2018 12:13 PM   Dec 06, 2018 4:58 PM     2.13.5     0 1   The mapping field errors get swallowed and not return to the user so it appears to work when the operation was successful. DI2E, SPOON, source-developer 9223372036854775807 User Submissions
1
Devin Shurtleff
2|hyu3yf: 0 0 The mapping field errors get swallowed and not return to the user so it appears to work when the operation was successful. 0.0
DI2E Storefront Redesign STORE-3582

Submission - Resource Single Issues

Bug In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Oct 10, 2018 12:00 PM   Dec 06, 2018 4:58 PM     2.13.5     0 1   Issues:
# On The Review step of the submission the Resource (after upload) shows (object object) what it should show is the name.
# The Resource meta model should be an array not a single record. (see the JSON)
# On the admin form creator the resource type is not populating on edit.
# Add a "clear' to single resource upload
DI2E, source-developer 9223372036854775807 Admin Submissions
3
Devin Shurtleff
2|hyu3mf: 0 0 Issues:
# On The Review step of the submission the Resource (after upload) shows (object object) what it should show is the name.
# The Resource meta model should be an array not a single record. (see the JSON)
# On the admin form creator the resource type is not populating on edit.
# Add a "clear' to single resource upload
0.0
DI2E Storefront Redesign STORE-3581

Submission - Allow Multiple Resource Grids/Field on a single Form

Improvement In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Oct 10, 2018 11:43 AM   Oct 11, 2018 1:44 PM     2.10     0 1   Currently, if there are multiple resource grids and field there isn't a way to restore the what resources went with what fields. 

One way to make it work would be to allow the resource type to be specified so that only those resource get populated.

** This applies when going from Component to Submission.

 
DI2E, source-developer, source-pmo 9223372036854775807 Admin Submissions
3
Devin Shurtleff
2|hyu2yn: 0 0 Currently, if there are multiple resource grids and field there isn't a way to restore the what resources went with what fields. 

One way to make it work would be to allow the resource type to be specified so that only those resource get populated.

** This applies when going from Component to Submission.

 
0.0
DI2E Storefront Redesign STORE-3580

Add report that can export entry details with private attributes

Improvement In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Oct 10, 2018 11:26 AM   Nov 08, 2018 4:55 PM     2.16     0 1   1. You should be able to reuse the entry details report and just expose the private attributes.  Due to complication with the permissions this should be a separate report. 

2. Also, attribute grouping should be done so there's no duplicate comments.  (probably need to add comments to the output.)

3. Make sure there is a separate permission for the report (all reports should have one.)
DI2E, source-pmo 9223372036854775807 Admin Reporting
2
Devin Shurtleff
2|hyu2pz: 0 0 1. You should be able to reuse the entry details report and just expose the private attributes.  Due to complication with the permissions this should be a separate report. 

2. Also, attribute grouping should be done so there's no duplicate comments.  (probably need to add comments to the output.)

3. Make sure there is a separate permission for the report (all reports should have one.)
0.0
DI2E Storefront Redesign STORE-3572

Security Roles, user list is useless on SPOON. Filter, Sort, seach ahead please

Improvement In Backlog High Unresolved Unassigned Blaine Esplin Blaine Esplin Oct 08, 2018 11:31 AM   Dec 06, 2018 4:57 PM     2.19     0 1   On SPOON-staging go to Admin Tools Security Roles.

Select a Security Role and click Manage Users

Try to find a user such as "evaluatordude" to add

The list is NOT in alpha order, the user is towards the bottom (order entered)

In addition if I start typing in the Add User box it does not filter as it appears to try to do or it should do.  Tested on IE11 and on Chrome, same results.

 
source-testing 9223372036854775807 System Security Tools
1
Blaine Esplin
2|hytecf: 0 0 On SPOON-staging go to Admin Tools Security Roles.

Select a Security Role and click Manage Users

Try to find a user such as "evaluatordude" to add

The list is NOT in alpha order, the user is towards the bottom (order entered)

In addition if I start typing in the Add User box it does not filter as it appears to try to do or it should do.  Tested on IE11 and on Chrome, same results.

 
0.0
DI2E Storefront Redesign STORE-3570

Admin Tools -> DM -> Workplan Management... The verbage on the descriptions should be changed.

Improvement In Backlog High Unresolved Unassigned Brigham Michaelis Brigham Michaelis Oct 05, 2018 10:56 PM   Dec 06, 2018 4:57 PM     2.14     0 1   The verbage on the descriptions and names in the Workplan creation window should be changed to provide clearer meaning of what is happening with each input field. source-developer 9223372036854775807 Admin Workplans
1
Brigham Michaelis
2|hysm3z: 0 0 The verbage on the descriptions and names in the Workplan creation window should be changed to provide clearer meaning of what is happening with each input field. 0.0
DI2E Storefront Redesign STORE-3568

AM -> Security Roles As an admin I should be able to edit a security role name.

Improvement In Backlog High Unresolved Unassigned Brigham Michaelis Brigham Michaelis Oct 05, 2018 10:47 PM   Oct 11, 2018 1:33 PM     2.16     0 1   Role Names should be editable. They currently are not. source-developer 9223372036854775807 Admin Security
1
Brigham Michaelis
2|hysm3j: 0 0 Role Names should be editable. They currently are not. 0.0
DI2E Storefront Redesign STORE-3566

As an admin I would like a report for stagnant/unapproved parts.

New Feature In Backlog High Unresolved Unassigned Brigham Michaelis Brigham Michaelis Oct 05, 2018 10:37 PM   Dec 06, 2018 4:57 PM     2.16     0 1   We should make a report to give details on entries that are:

approved,

unapproved,

stagnant
source-customer-feedback 9223372036854775807 Admin Reporting
1
Brigham Michaelis
2|hysm33: 0 0 We should make a report to give details on entries that are:

approved,

unapproved,

stagnant
0.0
DI2E Storefront Redesign STORE-3564

Server error is thrown when trying to delete a workplan.

Bug In Backlog High Unresolved Unassigned Brigham Michaelis Brigham Michaelis Oct 05, 2018 10:13 PM   Jan 17, 2019 4:05 PM     2.14     0 1   A server error is thrown when trying to delete a workplan without migrating the steps. The solution would be to force step migration every time instead of letting it be optional. source-developer 9223372036854775807 Admin Workplans
2
Brigham Michaelis
2|hysm2f: 0 0 A server error is thrown when trying to delete a workplan without migrating the steps. The solution would be to force step migration every time instead of letting it be optional. 0.0
DI2E Storefront Redesign STORE-3562

Can't sort by columns in Workplan editing

Improvement In Backlog Medium Unresolved Unassigned Blaine Esplin Blaine Esplin Oct 05, 2018 5:12 PM   Dec 06, 2018 4:56 PM     2.14     0 1   Edit a workplan (Admin Tools, DM, Workplan Management)

Add > 1 step(s) if needed

Sort by columns.  First of all the steps should _default_ by order. 

Second of all I can't sort by _any_ of the columns.

Third, you can have two step 1's shouldn't we bump those down automatically and make the old step 1 step 2?  What's the point of two step 1's? 

 
source-testing 9223372036854775807 Admin Workplans
1
Blaine Esplin
2|hyslx3: 0 0 Edit a workplan (Admin Tools, DM, Workplan Management)

Add > 1 step(s) if needed

Sort by columns.  First of all the steps should _default_ by order. 

Second of all I can't sort by _any_ of the columns.

Third, you can have two step 1's shouldn't we bump those down automatically and make the old step 1 step 2?  What's the point of two step 1's? 

 
0.0
DI2E Storefront Redesign STORE-3561

When migrating on workplan deletion, add entry type to new workplan (migrated from)

Improvement In Backlog High Unresolved Brigham Michaelis Blaine Esplin Blaine Esplin Oct 05, 2018 12:52 PM   Oct 11, 2018 3:05 PM     2.11     0 1   Brigham and I have been working on this with work plan deletion and migration.  Here's the scenario:
# Have two workplans with two different entry types associated with them.  We'll call them Workplan A and Workplan B with Entry Type I and Entry Type II.
# Delete Workplan B. 
# Migrate the steps as needed so that Entry Type II is now under Workplan A.
# Open Workplan A. 

I would expect that Workplan A would now show Entry Type I and Entry Type II (Edit it) when going to Workplan Config under "Workplan For:".  It does NOT, it currently only shows Entry Type I.

To further test this when finished try this scenario:
* Workplan A with Type I, Type III
* Workplan B with Type II, Type III
* Delete Workplan B
* Verify Workplan A now has Type I, II, and III, but does NOT show a duplicate Type III.

Also, take note of some entries and what steps they are in and that they get mapped to the new steps (especially if they change order).
SPOON, source-testing 9223372036854775807 Admin Workplans
<p>Blaine Esplin - 05/Oct/18 06:54 PM Emergency CCB with Brigham, this is an improvement.  Wish we could get it in 2.6.6 but where this is not widely used (deleting and migrating work plans) I can ......</p>
Blaine Esplin
2|hysecf: 0 0 Brigham and I have been working on this with work plan deletion and migration.  Here's the scenario:
# Have two workplans with two different entry types associated with them.  We'll call them Workplan A and Workplan B with Entry Type I and Entry Type II.
# Delete Workplan B. 
# Migrate the steps as needed so that Entry Type II is now under Workplan A.
# Open Workplan A. 

I would expect that Workplan A would now show Entry Type I and Entry Type II (Edit it) when going to Workplan Config under "Workplan For:".  It does NOT, it currently only shows Entry Type I.

To further test this when finished try this scenario:
* Workplan A with Type I, Type III
* Workplan B with Type II, Type III
* Delete Workplan B
* Verify Workplan A now has Type I, II, and III, but does NOT show a duplicate Type III.

Also, take note of some entries and what steps they are in and that they get mapped to the new steps (especially if they change order).
0.0 <p>Blaine Esplin - 05/Oct/18 06:54 PM Emergency CCB with Brigham, this is an improvement.  Wish we could get it in 2.6.6 but where this is not widely used (deleting and migrating work plans) I can live with that.</p>
DI2E Storefront Redesign STORE-3558

Fix Tags on DM ...-> UD -> Tags

Bug In Backlog High Unresolved Unassigned Brigham Michaelis Brigham Michaelis Oct 04, 2018 1:13 PM   Mar 26, 2019 10:47 AM Oct 04, 2018 1:13 PM   2.9.5     0 1 _thumb_238751.png   Tags are getting lost and going null when manipulated on this page

 

SEE SPOON-100, basically a duplicate of this that holds info on Tags:

https://jira.sdl.usu.edu/browse/SPOON-100

 
source-developer 9223372036854775807 Admin Tags
3 <p>Brigham Michaelis - 04/Oct/18 07:23 PM <span class="image-wrap" style=""><img src="https://jira.di2e.net/secure/attachment/238751/238751_image-2018-10-04-13-23-25-543.png" style="border: 0px solid black" /></span></p>
Brigham Michaelis
2|hys3lb: 0 0 Tags are getting lost and going null when manipulated on this page

 

SEE SPOON-100, basically a duplicate of this that holds info on Tags:

https://jira.sdl.usu.edu/browse/SPOON-100

 
0.0 <p>Brigham Michaelis - 04/Oct/18 07:23 PM <span class="image-wrap" style=""><img src="https://jira.di2e.net/secure/attachment/238751/238751_image-2018-10-04-13-23-25-543.png" style="border: 0px solid black" /></span></p>
DI2E Storefront Redesign STORE-3557

Add Registration Report

New Feature In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Oct 04, 2018 11:43 AM   Dec 06, 2018 4:56 PM Oct 04, 2018 11:43 AM   2.16     0 1   Create a report that can list all registration for a time period. 

Separate: Completed from the pending
SPOON, source-spoon-pmo 9223372036854775807 Admin Reporting
1
Devin Shurtleff
2|hys12v: 0 0 Create a report that can list all registration for a time period. 

Separate: Completed from the pending
0.0
DI2E Storefront Redesign STORE-3556

Separate private and public comments in the workplan progress.

Improvement In Backlog High Unresolved Unassigned Ryan Frazier Ryan Frazier Oct 03, 2018 2:56 PM   Dec 06, 2018 4:56 PM Oct 03, 2018 2:56 PM 2.6.5 2.14     0 1   Currently the comments are in the same window. The private comments are labeled. This improvement is to separate private and owner comments into 2 tabbed views. source-pmo 9223372036854775807 Admin Workplans
3
Ryan Frazier
2|hyrlyn: 0 0 Currently the comments are in the same window. The private comments are labeled. This improvement is to separate private and owner comments into 2 tabbed views. 0.0
DI2E Storefront Redesign STORE-3553

We should indicate if a required field is text or number (to the user)

Bug In Backlog High Fixed Unassigned Blaine Esplin Blaine Esplin Oct 02, 2018 11:17 AM   Oct 04, 2018 1:20 PM Oct 02, 2018 11:17 AM 2.6.6 2.10     0 1   To Reproduce:
# Enter a new attribute of type numeric.  Do NOT enter any codes for it.  Allow the user to enter their own type (numbers).
# Associate the attribute with an entry type in the Entry Types admin area.
# Log in as a user, go to User Tools, submissions
# Enter a new entry of this type (the numeric attribute with no codes but allow user types)
# When you get to the bottom where the required attribute is, pull down the drop-down box.  Note that there are no codes or nothing there.
# Now enter (as most users would) some text such as "blah"
# Try to submit the form, it is red, meaning your text was not allowed.

The confusion comes at this point where the user may not know that the field they are entering is numeric only.  We need some way, some red text, some error message, or something on this submission form to say "Please enter a numeric value".

Once a number is entered the field is no longer red and the entry can properly be submitted.
source-testing 9223372036854775807 User Submissions
1
Blaine Esplin
2|hyr1ov: 0 0 To Reproduce:
# Enter a new attribute of type numeric.  Do NOT enter any codes for it.  Allow the user to enter their own type (numbers).
# Associate the attribute with an entry type in the Entry Types admin area.
# Log in as a user, go to User Tools, submissions
# Enter a new entry of this type (the numeric attribute with no codes but allow user types)
# When you get to the bottom where the required attribute is, pull down the drop-down box.  Note that there are no codes or nothing there.
# Now enter (as most users would) some text such as "blah"
# Try to submit the form, it is red, meaning your text was not allowed.

The confusion comes at this point where the user may not know that the field they are entering is numeric only.  We need some way, some red text, some error message, or something on this submission form to say "Please enter a numeric value".

Once a number is entered the field is no longer red and the entry can properly be submitted.
0.0
DI2E Storefront Redesign STORE-3542

Submission Form - Add Tree Select for Architecture Attribute

Improvement In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Oct 01, 2018 11:43 AM   Dec 06, 2018 4:56 PM     2.13.5     0 1   For architecture attribute add a tree select  (allow multiple or single via attribute type).  This would nested/hierarchical attributes to show on the submission form.  DI2E, source-developer 9223372036854775807 User Submissions
3
Devin Shurtleff
2|hyqnx3: 0 0 For architecture attribute add a tree select  (allow multiple or single via attribute type).  This would nested/hierarchical attributes to show on the submission form.  0.0
DI2E Storefront Redesign STORE-3536

Docker containers with a full DI2E data set for Testing

Task Open High Unresolved Ryan Frazier Blaine Esplin Blaine Esplin Sep 27, 2018 1:38 PM   May 28, 2019 10:04 AM     2.20     0 1   As discussed in the Sprint retrospective meeting today we need to have a full set of live data from DI2E (Storefront) that we can 'spin up' to be on any docker container for full data testing 9223372036854775807 System Tests
Blaine Esplin
2|hyptnr: 0 0 As discussed in the Sprint retrospective meeting today we need to have a full set of live data from DI2E (Storefront) that we can 'spin up' to be on any docker container for full data testing 0.0
DI2E Storefront Redesign STORE-3530

Lookup table is not in alpha order, should be

Improvement In Backlog Medium Unresolved Unassigned Blaine Esplin Blaine Esplin Sep 25, 2018 8:58 AM   May 28, 2019 3:28 PM     2.17     0 1   Go to Admin Tools &rarr; Data Management &rarr; Lookups

This table is not sorted, the default should be sorted by Table alpha (A-Z)
source-regression, source-testing 9223372036854775807 Admin Lookups
1
Blaine Esplin
2|hyod3b: 0 0 Go to Admin Tools &rarr; Data Management &rarr; Lookups

This table is not sorted, the default should be sorted by Table alpha (A-Z)
0.0
DI2E Storefront Redesign STORE-3529

Drop down sorting is by alphabetical DESCending (should be ascending)

Bug In Backlog Medium Unresolved Unassigned Blaine Esplin Blaine Esplin Sep 25, 2018 8:54 AM   Dec 06, 2018 4:55 PM     2.17     0 1 _thumb_234260.png   Go to Admin Tools &rarr; Data Management &rarr; Organizations.

Edit an organization.  In the box select *Organization Type*.

Note the drop-down box is in reverse alpha order (Z-A).  It should be A-Z order.

!image-2018-09-25-08-54-01-384.png!
source-regression, source-testing 9223372036854775807 Admin Organizations
1
Blaine Esplin
2|hyocyf: 0 0 Go to Admin Tools &rarr; Data Management &rarr; Organizations.

Edit an organization.  In the box select *Organization Type*.

Note the drop-down box is in reverse alpha order (Z-A).  It should be A-Z order.

!image-2018-09-25-08-54-01-384.png!
0.0
DI2E Storefront Redesign STORE-3525

Adjust the Entry Detail Report Template to handle no scores on evaluation

Bug In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Sep 21, 2018 12:49 PM   Dec 06, 2018 4:55 PM     2.16     0 1   On Entry Detail report:

 

Exporting all evals....(some data is tripping up the report).

 

See trace:

 

Report: TYPECOMP Format: null Report Id: fb82efae-fe28-4ee7-9814-1447706c0985 Create Date: Fri Sep 21 18:40:29 UTC 2018

StackTrace: 

Caused by: freemarker.core.InvalidReferenceException: The following has evaluated to null or missing:
==> eval.checkListAll [in template "detailReport.ftl" at line 361, column 62]

----
Tip: It's the step after the last dot that caused this error, not those before it.
----
Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
- Failed at: #if eval.checkListAll.scores()?has_co... [in template "detailReport.ftl" at line 361, column 57]
----
at freemarker.core.InvalidReferenceException.getInstance(InvalidReferenceException.java:134)
at freemarker.core.UnexpectedTypeException.newDesciptionBuilder(UnexpectedTypeException.java:80)
at freemarker.core.UnexpectedTypeException.(UnexpectedTypeException.java:43)
at freemarker.core.NonHashException.(NonHashException.java:49)
at freemarker.core.Dot._eval(Dot.java:48)
at freemarker.core.Expression.eval(Expression.java:81)
at freemarker.core.MethodCall._eval(MethodCall.java:58)
at freemarker.core.Expression.eval(Expression.java:81)
at freemarker.core.BuiltInsForExistenceHandling$ExistenceBuiltIn.evalMaybeNonexistentTarget(BuiltInsForExistenceHandling.java:52)
at freemarker.core.BuiltInsForExistenceHandling$has_contentBI._eval(BuiltInsForExistenceHandling.java:112)
at freemarker.core.BuiltInsForExistenceHandling$has_contentBI.evalToBoolean(BuiltInsForExistenceHandling.java:119)
at freemarker.core.ConditionalBlock.accept(ConditionalBlock.java:48)
at freemarker.core.Environment.visit(Environment.java:326)
at freemarker.core.Environment.visit(Environment.java:332)
at freemarker.core.Environment.visit(Environment.java:368)
at freemarker.core.IteratorBlock$IterationContext.executedNestedContentForCollOrSeqListing(IteratorBlock.java:315)
at freemarker.core.IteratorBlock$IterationContext.executeNestedContent(IteratorBlock.java:271)
at freemarker.core.IteratorBlock$IterationContext.accept(IteratorBlock.java:242)
at freemarker.core.Environment.visitIteratorBlock(Environment.java:595)
at freemarker.core.IteratorBlock.acceptWithResult(IteratorBlock.java:107)
at freemarker.core.IteratorBlock.accept(IteratorBlock.java:93)
at freemarker.core.Environment.visit(Environment.java:326)
at freemarker.core.Environment.visit(Environment.java:368)
at freemarker.core.IteratorBlock$IterationContext.executedNestedContentForCollOrSeqListing(IteratorBlock.java:315)
at freemarker.core.IteratorBlock$IterationContext.executeNestedContent(IteratorBlock.java:271)
at freemarker.core.IteratorBlock$IterationContext.accept(IteratorBlock.java:242)
at freemarker.core.Environment.visitIteratorBlock(Environment.java:595)
at freemarker.core.IteratorBlock.acceptWithResult(IteratorBlock.java:107)
at freemarker.core.IteratorBlock.accept(IteratorBlock.java:93)
at freemarker.core.Environment.visit(Environment.java:326)
at freemarker.core.Environment.visit(Environment.java:332)
at freemarker.core.Environment.process(Environment.java:305)
at freemarker.template.Template.process(Template.java:378)
at edu.usu.sdl.openstorefront.report.ComponentDetailReport.createHtml(ComponentDetailReport.java:297)
... 24 more
source-user 9223372036854775807 Admin Reporting
1
Devin Shurtleff
2|hynfgf: 0 0 On Entry Detail report:

 

Exporting all evals....(some data is tripping up the report).

 

See trace:

 

Report: TYPECOMP Format: null Report Id: fb82efae-fe28-4ee7-9814-1447706c0985 Create Date: Fri Sep 21 18:40:29 UTC 2018

StackTrace: 

Caused by: freemarker.core.InvalidReferenceException: The following has evaluated to null or missing:
==> eval.checkListAll [in template "detailReport.ftl" at line 361, column 62]

----
Tip: It's the step after the last dot that caused this error, not those before it.
----
Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
- Failed at: #if eval.checkListAll.scores()?has_co... [in template "detailReport.ftl" at line 361, column 57]
----
at freemarker.core.InvalidReferenceException.getInstance(InvalidReferenceException.java:134)
at freemarker.core.UnexpectedTypeException.newDesciptionBuilder(UnexpectedTypeException.java:80)
at freemarker.core.UnexpectedTypeException.(UnexpectedTypeException.java:43)
at freemarker.core.NonHashException.(NonHashException.java:49)
at freemarker.core.Dot._eval(Dot.java:48)
at freemarker.core.Expression.eval(Expression.java:81)
at freemarker.core.MethodCall._eval(MethodCall.java:58)
at freemarker.core.Expression.eval(Expression.java:81)
at freemarker.core.BuiltInsForExistenceHandling$ExistenceBuiltIn.evalMaybeNonexistentTarget(BuiltInsForExistenceHandling.java:52)
at freemarker.core.BuiltInsForExistenceHandling$has_contentBI._eval(BuiltInsForExistenceHandling.java:112)
at freemarker.core.BuiltInsForExistenceHandling$has_contentBI.evalToBoolean(BuiltInsForExistenceHandling.java:119)
at freemarker.core.ConditionalBlock.accept(ConditionalBlock.java:48)
at freemarker.core.Environment.visit(Environment.java:326)
at freemarker.core.Environment.visit(Environment.java:332)
at freemarker.core.Environment.visit(Environment.java:368)
at freemarker.core.IteratorBlock$IterationContext.executedNestedContentForCollOrSeqListing(IteratorBlock.java:315)
at freemarker.core.IteratorBlock$IterationContext.executeNestedContent(IteratorBlock.java:271)
at freemarker.core.IteratorBlock$IterationContext.accept(IteratorBlock.java:242)
at freemarker.core.Environment.visitIteratorBlock(Environment.java:595)
at freemarker.core.IteratorBlock.acceptWithResult(IteratorBlock.java:107)
at freemarker.core.IteratorBlock.accept(IteratorBlock.java:93)
at freemarker.core.Environment.visit(Environment.java:326)
at freemarker.core.Environment.visit(Environment.java:368)
at freemarker.core.IteratorBlock$IterationContext.executedNestedContentForCollOrSeqListing(IteratorBlock.java:315)
at freemarker.core.IteratorBlock$IterationContext.executeNestedContent(IteratorBlock.java:271)
at freemarker.core.IteratorBlock$IterationContext.accept(IteratorBlock.java:242)
at freemarker.core.Environment.visitIteratorBlock(Environment.java:595)
at freemarker.core.IteratorBlock.acceptWithResult(IteratorBlock.java:107)
at freemarker.core.IteratorBlock.accept(IteratorBlock.java:93)
at freemarker.core.Environment.visit(Environment.java:326)
at freemarker.core.Environment.visit(Environment.java:332)
at freemarker.core.Environment.process(Environment.java:305)
at freemarker.template.Template.process(Template.java:378)
at edu.usu.sdl.openstorefront.report.ComponentDetailReport.createHtml(ComponentDetailReport.java:297)
... 24 more
0.0
DI2E Storefront Redesign STORE-3524

We need to distinguish change requests on the workplan progress page

Improvement In Backlog High Unresolved Unassigned Brigham Michaelis Brigham Michaelis Sep 21, 2018 10:34 AM   Dec 06, 2018 4:53 PM     2.14     0 1   We need to make it clearer when a user is working with a change request and when they are not. source-developer 9223372036854775807 Admin Workplans
2
Brigham Michaelis
2|hynd5z: 0 0 We need to make it clearer when a user is working with a change request and when they are not. 0.0
DI2E Storefront Redesign STORE-3523

We need to have a better user experience for assigning users or groups in workplans

Improvement In Backlog High Unresolved Unassigned Brigham Michaelis Brigham Michaelis Sep 21, 2018 10:31 AM   Dec 06, 2018 4:53 PM     2.14     0 1   This is so that users or groups can be assigned independently of each other.

 

We need to hash this out and finalize the details.
source-developer 9223372036854775807 Admin Workplans
3
Brigham Michaelis
2|hynd3j: 0 0 This is so that users or groups can be assigned independently of each other.

 

We need to hash this out and finalize the details.
0.0
DI2E Storefront Redesign STORE-3521

Trigger on workplan step enter AND on exit

Improvement In Backlog High Unresolved Unassigned Ryan Frazier Ryan Frazier Sep 18, 2018 4:53 PM   Nov 15, 2018 10:42 AM     2.10     0 1   SPOON, source-developer 9223372036854775807 Admin Workplans
2
Ryan Frazier
2|hymdq7: 0 0 0.0
DI2E Storefront Redesign STORE-3520

provide step detail popup for the workplan viewer component

Improvement In Backlog High Unresolved Unassigned Ryan Frazier Ryan Frazier Sep 18, 2018 4:16 PM   Dec 06, 2018 4:53 PM     2.14     0 1   Currently all the information is displayed in a tooltip on hover. It would be better to display all the relevant information in a popup window. SPOON, source-developer 9223372036854775807 Admin Workplans
2
Ryan Frazier
2|hymdif: 0 0 Currently all the information is displayed in a tooltip on hover. It would be better to display all the relevant information in a popup window. 0.0
DI2E Storefront Redesign STORE-3519

Users should receive an email summary of recent comments DIGEST

New Feature In Backlog High Unresolved Unassigned Ryan Frazier Ryan Frazier Sep 18, 2018 4:14 PM   Dec 06, 2018 4:53 PM     2.17     0 1   Currently the system sends out an email for every comment being made to all relevant parties. It would be better to accumulate recent comments and send them all in one bigger email. SPOON, source-developer 9223372036854775807 System Messaging
2
Ryan Frazier
2|hymdhr: 0 0 Currently the system sends out an email for every comment being made to all relevant parties. It would be better to accumulate recent comments and send them all in one bigger email. 0.0
DI2E Storefront Redesign STORE-3512

As a SME I should see my workflow checklist in the same view window as the entry

Improvement In Backlog High Unresolved Unassigned Ryan Frazier Ryan Frazier Sep 18, 2018 3:53 PM   Dec 06, 2018 4:52 PM     2.14     0 1   The SME needs an easy way to evaluate a submission and see the instructions on what they need to do, at the same time. A possible solution is to provide a collapsable sidebar on the preview window similar to how evaluations are done. SPOON, source-developer 9223372036854775807 Sprint Oct2018-1, Sprint Oct2018-2 Admin Workplans
2
Ryan Frazier
2|hymd9j: 0 0 The SME needs an easy way to evaluate a submission and see the instructions on what they need to do, at the same time. A possible solution is to provide a collapsable sidebar on the preview window similar to how evaluations are done. 0.0
DI2E Storefront Redesign STORE-3505

Unable to scroll on Edit Branding window in IE11

Bug In Backlog High Unresolved Unassigned Ryan Frazier Ryan Frazier Sep 13, 2018 4:51 PM   May 10, 2019 12:40 PM   2.6.3 2.17     0 1   When a user is editing the branding the window does not scroll in IE11. IE11, source-regression 9223372036854775807 Admin Branding
1 <p>Ryan Frazier - 13/Sep/18 10:54 PM Preview also does not work in IE11</p>
Ryan Frazier
2|hu4n11: 0 0 When a user is editing the branding the window does not scroll in IE11. 0.0 <p>Ryan Frazier - 13/Sep/18 10:54 PM Preview also does not work in IE11</p>
DI2E Storefront Redesign STORE-3504

Attribute Assignment Search does not work in IE11

Bug In Backlog Low Unresolved Unassigned Blaine Esplin Blaine Esplin Sep 13, 2018 4:43 PM   May 10, 2019 12:40 PM     2.17     0 1   This is only in IE11. Go to Admin Tools &rarr; Data Management &rarr; Entry Types.

Select Action &rarr; Attribute Assignment

It is helpful to see this on SPOON where there is a lot of data and a lot of different entry types.

Type something in the Search area such as under Unassociated Attributes after clicking an Entry type.  Nothing happens, nothing is filtered. 
IE11, source-regression 9223372036854775807 Admin Attributes
Blaine Esplin
2|hu4n0y: 0 0 Go to Admin Tools &rarr; Data Management &rarr; Entry Types.

Select Action &rarr; Attribute Assignment

It is helpful to see this on SPOON where there is a lot of data and a lot of different entry types.

Type something in the Search area such as under Unassociated Attributes after clicking an Entry type.  Nothing happens, nothing is filtered. 
0.0
DI2E Storefront Redesign STORE-3503

Error status when running an integration test

Bug In Backlog High Unresolved Unassigned Rex Nethercott Rex Nethercott Sep 13, 2018 4:11 PM   Sep 17, 2018 9:30 AM     2.10     0 1 _thumb_230570.png   9223372036854775807 System API
1
Rex Nethercott
2|hylg4f: 0 0 0.0
DI2E Storefront Redesign STORE-3492

Add support for Custom Data elements on an Entry

New Feature In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Sep 12, 2018 1:01 PM   Sep 13, 2018 1:10 PM     2.11.5     0 1   The application currently only supports data inputs that it knows about (like POCs, Resources, Media..etc).  Meaning there no support for adding custom data elements to the Entry.  This effort would allow custom elements likely per Entry Type.

 

Likey this will require a design.  (create another ticket for that as needed)

Here's some elements involved
# Adding admin forms to handle that type of data
# Adding support to the custom form creator
# Providing a display for the custom tables
# Updating other views like, print, comparisons, reports…etc

 
source-pmo 9223372036854775807 System Entries
8
Devin Shurtleff
2|hykt6v: 0 0 The application currently only supports data inputs that it knows about (like POCs, Resources, Media..etc).  Meaning there no support for adding custom data elements to the Entry.  This effort would allow custom elements likely per Entry Type.

 

Likey this will require a design.  (create another ticket for that as needed)

Here's some elements involved
# Adding admin forms to handle that type of data
# Adding support to the custom form creator
# Providing a display for the custom tables
# Updating other views like, print, comparisons, reports…etc

 
0.0
DI2E Storefront Redesign STORE-3490

Submission Form - Allow checkboxes and Radio Display to add User codes

Improvement In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Sep 12, 2018 9:45 AM   Sep 13, 2018 1:12 PM     2.9     0 1   Allow checkboxes and Radio Display to add User codes. (When applicable for the attribute)

It would likely need to be a button with a pop up and dynamic form changing.

 
source-pmo 9223372036854775807 User Submissions
3
Devin Shurtleff
2|hykk7j: 0 0 Allow checkboxes and Radio Display to add User codes. (When applicable for the attribute)

It would likely need to be a button with a pop up and dynamic form changing.

 
0.0
DI2E Storefront Redesign STORE-3486

Verify Behavior of Attribute Comment on Printing and Reports

Improvement In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Sep 11, 2018 10:31 AM   May 31, 2019 9:16 AM     2.16     0 1   If they don't show we should add them. source-developer 9223372036854775807 User Reports
2 <p>Devin Shurtleff - 31/May/19 03:16 PM It shows on the print ...not sure on the reports (like entry details)</p>
Devin Shurtleff
2|huib3b: 0 0 If they don't show we should add them. 0.0 <p>Devin Shurtleff - 31/May/19 03:16 PM It shows on the print ...not sure on the reports (like entry details)</p>
DI2E Storefront Redesign STORE-3485

Submission Form Creation - Update the horizontal rule

Improvement In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Sep 11, 2018 10:13 AM   Sep 13, 2018 1:16 PM     2.9     0 1   The admin Submission Form creation  form allows for a horizontal rule.  However, the <hr> tag doesn't work because the rich text area stripes it. 

Try to change that or use:  <div style="width: 100%; border-top: 1px solid black;">&nbsp;</div>
source-pmo 9223372036854775807 Admin Submissions
1
Devin Shurtleff
2|hyk22v: 0 0 The admin Submission Form creation  form allows for a horizontal rule.  However, the <hr> tag doesn't work because the rich text area stripes it. 

Try to change that or use:  <div style="width: 100%; border-top: 1px solid black;">&nbsp;</div>
0.0
DI2E Storefront Redesign STORE-3467

404 link to home page says I have unsupported browser

Bug Groom High Unresolved Unassigned Blaine Esplin Blaine Esplin Aug 30, 2018 5:52 PM   Dec 06, 2018 4:51 PM     2.9.5     0 1   Hmm, maybe I shouldn't complain about this toooooo much :)

If you happen to get to the 404 page ([http://store-accept.usurf.usu.edu/openstorefront/404-notfound.jsp)]

And click on the Return to Home Page Link

[http://store-accept.usurf.usu.edu/openstorefront]

I now get this in IE11 which I normally do not get:

DI2E Storefront (Acceptance)
You are using an *unsupported* browser. The website may not work as intended. Please switch to *[Firefox|http://www.mozilla.org/en-US/firefox/new/]* or *[Chrome|https://www.google.com/intl/en-US/chrome/browser/]*, or *[upgrade your browser|http://browsehappy.com/]* to improve your experience
IE11, source-testing 9223372036854775807 System UI
1
Blaine Esplin
2|hyfpqv: 0 0 Hmm, maybe I shouldn't complain about this toooooo much :)

If you happen to get to the 404 page ([http://store-accept.usurf.usu.edu/openstorefront/404-notfound.jsp)]

And click on the Return to Home Page Link

[http://store-accept.usurf.usu.edu/openstorefront]

I now get this in IE11 which I normally do not get:

DI2E Storefront (Acceptance)
You are using an *unsupported* browser. The website may not work as intended. Please switch to *[Firefox|http://www.mozilla.org/en-US/firefox/new/]* or *[Chrome|https://www.google.com/intl/en-US/chrome/browser/]*, or *[upgrade your browser|http://browsehappy.com/]* to improve your experience
0.0
DI2E Storefront Redesign STORE-3460

Search Filter Improvements and Clean-up

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Aug 30, 2018 1:44 PM   Jan 31, 2019 4:02 PM           0 1   ghx-label-2 9223372036854775807 Search Filter Improvements and Clean-up Done ghx-label-3
Rex Nethercott
2|hwdorj: 0 0 0.0
DI2E Storefront Redesign STORE-3456

Cleaning not support Application Features

Improvement In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Aug 29, 2018 4:07 PM   May 28, 2019 12:54 PM     2.13     0 1   _ Drop SOLR support; no point trying to maintain this we have not been updating and testing.

_ Consider dropping Atmosphere support (Not sure it providing any value; proxy servers block web-socket and we fall back to pulling)

-_ Finish removing Component Metadata (done)- 

_ Clean up some unused API end-points (see old submissions)
source-developer 9223372036854775807 Platform Update
5
Devin Shurtleff
2|hyfdnz: 0 0 _ Drop SOLR support; no point trying to maintain this we have not been updating and testing.

_ Consider dropping Atmosphere support (Not sure it providing any value; proxy servers block web-socket and we fall back to pulling)

-_ Finish removing Component Metadata (done)- 

_ Clean up some unused API end-points (see old submissions)
0.0
DI2E Storefront Redesign STORE-3452

As a librarian I should be able to view read-only Entry Types

Improvement In Backlog High Unresolved Unassigned Aaron Fine Aaron Fine Aug 27, 2018 4:30 PM   Dec 06, 2018 4:51 PM     2.19     0 1   https://spoonsite.com/openstorefront/AdminTool.action?load=Entry-Types The Entry Types table supports clicking and dragging to make changes to the data and its structure. The problem is that there is no undo button to fix things if you make a bad click. 

For example, if you try and click and drag to select items on the table for copying you will instead move things from one parent to another. As this was an unintended action it may not be known what the original parent item was making fixing the issue a non-trivial task. 

Potential solution: Add support for CTRL+Z or add an undo button
Source-HelpDesk 9223372036854775807 Admin Entries
1
Aaron Fine
2|hyerfb: 0 0 The Entry Types table supports clicking and dragging to make changes to the data and its structure. The problem is that there is no undo button to fix things if you make a bad click. 

For example, if you try and click and drag to select items on the table for copying you will instead move things from one parent to another. As this was an unintended action it may not be known what the original parent item was making fixing the issue a non-trivial task. 

Potential solution: Add support for CTRL+Z or add an undo button
0.0
DI2E Storefront Redesign STORE-3449

Update JDK to 11

Improvement In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Aug 27, 2018 11:52 AM   Jan 10, 2019 12:10 PM     2.11.5     0 1   Update to JDK 11 when released.

 

Oracle JDK 11 - will require a support contract for production use (development is free).  However, Openjdk 11 is equivalent so we should switch to that. 

 

Going forward it's likely will need to keep up with the releases. (every 6 months) Some vendors likely Red Hat may have longer LTS version.

 

Update all environment.

 
source-developer 9223372036854775807 Platform Update
2 <p>Devin Shurtleff - 10/Jan/19 07:10 PM Red hat is now providing an open jdk 11 for windows which match with the centos one...so that would be the one I would recommend using.</p>

<p> </p>

<p><a href="https://acces" class="external-link" rel="nofollow">https://acces</a>......</p>
Devin Shurtleff
2|hu4n1j: 0 0 Update to JDK 11 when released.

 

Oracle JDK 11 - will require a support contract for production use (development is free).  However, Openjdk 11 is equivalent so we should switch to that. 

 

Going forward it's likely will need to keep up with the releases. (every 6 months) Some vendors likely Red Hat may have longer LTS version.

 

Update all environment.

 
0.0 <p>Devin Shurtleff - 10/Jan/19 07:10 PM Red hat is now providing an open jdk 11 for windows which match with the centos one...so that would be the one I would recommend using.</p>

<p> </p>

<p><a href="https://access.redhat.com/documentation/en-us/openjdk/11/html/openjdk_11_for_windows_getting_started_guide/getting_started_with_openjdk_for_windows" class="external-link" rel="nofollow">https://access.redhat.com/documentation/en-us/openjdk/11/html/openjdk_11_for_windows_getting_started_guide/getting_started_with_openjdk_for_windows</a></p>
DI2E Storefront Redesign STORE-3427

We need a feature to indicate how "stagnant" a worklink has become based on last activity date.

Improvement In Backlog High Unresolved Unassigned Brigham Michaelis Brigham Michaelis Aug 14, 2018 8:48 AM   Dec 06, 2018 4:51 PM     2.14     0 1   We need a new feature on the workplan progress page. This feature needs to indicate how "Stagnant" a worklink has become. Or how long it has sat and not been touched. We can do this with a coloring scheme based on last activity date.  source-developer 9223372036854775807 Admin Workplans
2
Brigham Michaelis
2|hybd4f: 0 0 We need a new feature on the workplan progress page. This feature needs to indicate how "Stagnant" a worklink has become. Or how long it has sat and not been touched. We can do this with a coloring scheme based on last activity date.  0.0
DI2E Storefront Redesign STORE-3419

Unable to set the security marking feild on an entry.

Bug Groom High Unresolved Unassigned Jacob Strong Jacob Strong Aug 13, 2018 3:13 PM   May 10, 2019 12:40 PM     2.17     0 2 _thumb_216953.png   source-regression 9223372036854775807 Admin Branding
<p>Devin Shurtleff - 22/Mar/19 03:44 PM This very like just a setup fail.  You must add security marking in the lookup screen otherwise this would be blank.</p>

<p>Investigate.</p>

<p> </p>
Devin Shurtleff, Jacob Strong
2|hu4n0z: 0 0 0.0 <p>Devin Shurtleff - 22/Mar/19 03:44 PM This very like just a setup fail.  You must add security marking in the lookup screen otherwise this would be blank.</p>

<p>Investigate.</p>

<p> </p>
DI2E Storefront Redesign STORE-3410

Changing the branding settings makes the homepage dissapear.

Improvement In Backlog High Unresolved Unassigned Brigham Michaelis Brigham Michaelis Aug 13, 2018 11:46 AM   Sep 12, 2018 5:32 PM     2.17     0 1   Changing the branding makes the home page disappear such that a blank page is displayed. source-regression 9223372036854775807 Admin Branding
2
Brigham Michaelis
2|hyb58v: 0 0 Changing the branding makes the home page disappear such that a blank page is displayed. 0.0
DI2E Storefront Redesign STORE-3399

Coloring should be added to the workplan steps

Improvement In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Aug 10, 2018 9:05 AM   Dec 06, 2018 4:50 PM     2.9.5     0 1   Coloring should be added to the workplan steps and removed from Workplan. 

 

The reason is there is no way to distinguish when to use the coloring as it is.  Note the coloring when added to the step can be use in the workplan display and the plan table.
source-testing 9223372036854775807 Admin Workplans
2
Devin Shurtleff
2|hyaa1z: 0 0 Coloring should be added to the workplan steps and removed from Workplan. 

 

The reason is there is no way to distinguish when to use the coloring as it is.  Note the coloring when added to the step can be use in the workplan display and the plan table.
0.0
DI2E Storefront Redesign STORE-3376

Mobile -> Search Options gets reset when you go "Home"

Bug In Backlog High Unresolved Unassigned Blaine Esplin Blaine Esplin Aug 06, 2018 12:45 PM   Dec 06, 2018 4:49 PM     2.17     0 1   To Reproduce:

I am on the latest Portainer here:

[http://sf-jenkins.usurf.usu.edu:9008/openstorefront/mobile/index.html]

Log on as admin with a browser in mobile mode.  I have tested Chrome (iPhone X) as well as Firefox in mobile mode.
# Do a general (global) search.  Click the wheel or settings button to get to the Search Options.
# Set the search options to Ascending (why do we default to Descending anyway?) and Sort by Name and a Page Size of 5.  Click Submit.
# Note that the search results are updated.
# Search or something such as "blah".  Click the settings button.
# Note that your settings of Ascending, Name, and 5 are retained.
# Click the hamburger menu and go to the Home page.
# Search.  Note that < 5 search results are returned on a Global search.
# Click on the settings button and note that it has been reset to Descending, Relevance, and 10 as the page size.

Shouldn't we keep the settings until the user logs off, closes the session (browser) or changes them?  Why do we reset the search settings just because you went to the home page?
source-testing 9223372036854775807 System UI Mobile
2
Blaine Esplin
2|hy91nz: 0 0 To Reproduce:

I am on the latest Portainer here:

[http://sf-jenkins.usurf.usu.edu:9008/openstorefront/mobile/index.html]

Log on as admin with a browser in mobile mode.  I have tested Chrome (iPhone X) as well as Firefox in mobile mode.
# Do a general (global) search.  Click the wheel or settings button to get to the Search Options.
# Set the search options to Ascending (why do we default to Descending anyway?) and Sort by Name and a Page Size of 5.  Click Submit.
# Note that the search results are updated.
# Search or something such as "blah".  Click the settings button.
# Note that your settings of Ascending, Name, and 5 are retained.
# Click the hamburger menu and go to the Home page.
# Search.  Note that < 5 search results are returned on a Global search.
# Click on the settings button and note that it has been reset to Descending, Relevance, and 10 as the page size.

Shouldn't we keep the settings until the user logs off, closes the session (browser) or changes them?  Why do we reset the search settings just because you went to the home page?
0.0
DI2E Storefront Redesign STORE-3373

Add Flag to hide display of WorkPlan steps

Improvement In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Aug 03, 2018 2:12 PM   Dec 06, 2018 4:48 PM     2.13.5     0 1   In cases where the work plan is simple or just don't want to display to user. source-developer 9223372036854775807 Admin Workplans
2
Devin Shurtleff
2|hy8m6f: 0 0 In cases where the work plan is simple or just don't want to display to user. 0.0
DI2E Storefront Redesign STORE-3372

Admin Workplans

Epic Open High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Aug 03, 2018 2:11 PM   Dec 13, 2018 11:55 AM           0 1   ghx-label-5 9223372036854775807 Admin Workplans To Do ghx-label-6
Devin Shurtleff
2|hwe2kn: 0 0 0.0
DI2E Storefront Redesign STORE-3371

Update Font Awesome to 5.x

Improvement In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Aug 03, 2018 1:19 PM   Dec 06, 2018 4:48 PM     2.17     0 1   The mobile using 5 and the desktop is using 4.

The desktop should be updated.  (Note some of the icon names have changed to so it will take a full application sweep.)
source-developer 9223372036854775807 System Updates
3
Devin Shurtleff
2|hy8lt3: 0 0 The mobile using 5 and the desktop is using 4.

The desktop should be updated.  (Note some of the icon names have changed to so it will take a full application sweep.)
0.0
DI2E Storefront Redesign STORE-3369

Add alert for watching all comments and on approval entry

Improvement In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Aug 03, 2018 9:27 AM   Dec 06, 2018 4:48 PM     2.20.5     0 1   _ Add Alert for an admin to watch comment traffic and get alerted on the message

_ Add alert for approval of entry.
source-developer 9223372036854775807 Admin Alerts
2
Devin Shurtleff
2|hy8hav: 0 0 _ Add Alert for an admin to watch comment traffic and get alerted on the message

_ Add alert for approval of entry.
0.0
DI2E Storefront Redesign STORE-3368

Admin Alerts

Epic Open High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Aug 03, 2018 9:26 AM   Aug 16, 2018 4:23 PM           0 1   ghx-label-3 9223372036854775807 Admin Alerts To Do ghx-label-4
Devin Shurtleff
2|hwdouf: 0 0 0.0
DI2E Storefront Redesign STORE-3361

Mobile usability improvements

Bug In Backlog Medium Unresolved Unassigned Rex Nethercott Rex Nethercott Aug 01, 2018 7:29 AM   Dec 06, 2018 4:42 PM     2.17     0 1   Lauren Hunts comments:

Biggest comments are some usability elements. If I do a search and go to the filter if I look up “organization” I get a scroll and my keyboard pops up to type in a name. This clutters things and makes it a bit hard to see. If I filter on “category” many of the filters are cut off in the screen so I’m not actually sure what they say. For example “Integrated Spacecraft Platforms > …” I cannot see what’s the “…” I have a Samsung-sm-g930V, running Android 8.0.0.
SPOON, source-customer-feedback 9223372036854775807 System UI Mobile
1
Rex Nethercott
2|hy7juf: 0 0 Lauren Hunts comments:

Biggest comments are some usability elements. If I do a search and go to the filter if I look up “organization” I get a scroll and my keyboard pops up to type in a name. This clutters things and makes it a bit hard to see. If I filter on “category” many of the filters are cut off in the screen so I’m not actually sure what they say. For example “Integrated Spacecraft Platforms > …” I cannot see what’s the “…” I have a Samsung-sm-g930V, running Android 8.0.0.
0.0
DI2E Storefront Redesign STORE-3360

Mobile after viewing a part and pressing back button the search is forgotten and should be remembered

Bug In Backlog Medium Unresolved Unassigned Rex Nethercott Rex Nethercott Aug 01, 2018 7:29 AM   Dec 06, 2018 4:42 PM     2.17     0 1   Lauren Hunts comment:

Pressing back after viewing a part forgets your search filters and the part cannot be opened in a new tab so there is no way to view a part without losing your search.
SPOON, source-customer-feedback 9223372036854775807 System UI Mobile
2
Rex Nethercott
2|hy7jtb: 0 0 Lauren Hunts comment:

Pressing back after viewing a part forgets your search filters and the part cannot be opened in a new tab so there is no way to view a part without losing your search.
0.0
DI2E Storefront Redesign STORE-3358

Mobile cancel button in the search filters should be there

Bug In Backlog Medium Unresolved Unassigned Rex Nethercott Rex Nethercott Aug 01, 2018 7:27 AM   Dec 06, 2018 4:41 PM     2.17     0 1   Lauren Hunts Comment:

A cancel button in the search filters window would be nice if the user decides they don’t need to make changes. Tapping outside the filter window submits changes and the phone’s back button returns you to the previous page which could be frustrating if you’ve filtered a detailed search.
SPOON, source-customer-feedback 9223372036854775807 System UI Mobile
1
Rex Nethercott
2|hy7jt3: 0 0 Lauren Hunts Comment:

A cancel button in the search filters window would be nice if the user decides they don’t need to make changes. Tapping outside the filter window submits changes and the phone’s back button returns you to the previous page which could be frustrating if you’ve filtered a detailed search.
0.0
DI2E Storefront Redesign STORE-3357

Mobile Search Filters are inconsistent

Bug In Backlog Medium Unresolved Unassigned Rex Nethercott Rex Nethercott Aug 01, 2018 7:26 AM   Dec 06, 2018 4:40 PM     2.17     0 1   Search filters are inconsistent (i.e. desktop gives fields for name, tag, type, etc. mobile gives category, tag, organization) SPOON, source-customer-feedback 9223372036854775807 System UI Mobile
1
Rex Nethercott
2|hy7jsn: 0 0 Search filters are inconsistent (i.e. desktop gives fields for name, tag, type, etc. mobile gives category, tag, organization) 0.0
DI2E Storefront Redesign STORE-3347

System UI Mobile

Epic Open Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jul 27, 2018 2:12 PM   Nov 29, 2018 12:55 PM           0 1   ghx-label-2 9223372036854775807 System UI Mobile To Do ghx-label-1
Devin Shurtleff
2|hwe2r3: 0 0 0.0
DI2E Storefront Redesign STORE-3345

Mobile users should see number of user ratings on search results

Improvement In Backlog Medium Unresolved Unassigned Ryan Frazier Ryan Frazier Jul 27, 2018 1:57 PM   Dec 06, 2018 4:40 PM   2.6.3 2.17     0 1   More information needs to be displayed about the user reviews. Most entries have no reviews but they report that they have a zero star rating. It should say average rating out of X number of reviews similar to Amazon. SPOON, source-developer 9223372036854775807 SPOON Mobile Web
1
Ryan Frazier
2|hy6r0v: 0 0 More information needs to be displayed about the user reviews. Most entries have no reviews but they report that they have a zero star rating. It should say average rating out of X number of reviews similar to Amazon. 0.0
DI2E Storefront Redesign STORE-3343

Watch API improvement

Improvement In Backlog Medium Unresolved Unassigned Jacob Strong Jacob Strong Jul 26, 2018 11:44 AM   Dec 06, 2018 4:39 PM     2.21     0 1   Add an API to get the watch status for a single entry.

Add confirmation message to watch delete call.

When done create ticket to optimize mobile and desktop watches.
source-developer 9223372036854775807 System API
2
Jacob Strong
2|hy67q7: 0 0 Add an API to get the watch status for a single entry.

Add confirmation message to watch delete call.

When done create ticket to optimize mobile and desktop watches.
0.0
DI2E Storefront Redesign STORE-3341

Remove html tags from new submission after clicking "Edit submission" button

Improvement In Backlog High Unresolved Unassigned Brigham Michaelis Brigham Michaelis Jul 23, 2018 11:38 AM   Dec 06, 2018 4:40 PM     2.13.5     0 1   HTML tags are in the description of questions on a submission from when clicking edit.

 

Occurs when using a text area or text box instead of the rich text area.
source-developer 9223372036854775807 User Submissions
1
Brigham Michaelis
2|hy69y7: 0 0 HTML tags are in the description of questions on a submission from when clicking edit.

 

Occurs when using a text area or text box instead of the rich text area.
0.0
DI2E Storefront Redesign STORE-3339

Submission Template - Mark Attributes Used or Not

Improvement In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jul 20, 2018 4:09 PM   May 29, 2019 11:31 AM     2.13.5     0 1   Mark attributes used or potentially cover (ie grids).

 
source-pm-internal 9223372036854775807 Admin Submissions
2
Devin Shurtleff
2|hy0lcs: 0 0 Mark attributes used or potentially cover (ie grids).

 
0.0
DI2E Storefront Redesign STORE-3338

Submission Template - create question menu

Improvement In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jul 20, 2018 4:06 PM   Dec 06, 2018 4:39 PM     2.13.5     0 1   To make it easy to create question:

_ When the user selects a mappable field then the type can be support could be shown in the toolbar.  (Data centric)

_ When they select an attribute then it show the field type that can be used.

 

_ When nothing is select should the grid  and form as being avalilable

 

 

 
source-pm-internal 9223372036854775807 Admin Submissions
3
Devin Shurtleff
2|hy4uq7: 0 0 To make it easy to create question:

_ When the user selects a mappable field then the type can be support could be shown in the toolbar.  (Data centric)

_ When they select an attribute then it show the field type that can be used.

 

_ When nothing is select should the grid  and form as being avalilable

 

 

 
0.0
DI2E Storefront Redesign STORE-3331

When a user enters information that needs admin approval consider changing the message displayed to the user to be "Pending Moderator Approval"

Improvement In Backlog High Unresolved Unassigned Aaron Fine Aaron Fine Jul 20, 2018 2:39 PM   Dec 06, 2018 4:38 PM     2.17     0 1   Spoon Tag Up 7-18-2018 This was specifically in reference to questions, answers, and reviews generated on entries on the Mobile page.  source-spoon-pmo 9223372036854775807 SPOON Mobile Web
1
Aaron Fine
2|hy4u0v: 0 0 This was specifically in reference to questions, answers, and reviews generated on entries on the Mobile page.  0.0
DI2E Storefront Redesign STORE-3326

Refactor branding

Improvement In Backlog High Unresolved Unassigned Ryan Frazier Ryan Frazier Jul 19, 2018 12:56 PM   Mar 20, 2019 9:30 AM     2.17     0 1   The branding needs to be more generic and the labels need to be somewhat standard. Currently there are legacy labels and information that are being reused outside their original context.

Things that should be in the branding would include:

* logo url
* mobile logo url
* footer
* colors (primary, secondary, accent, warning, alert, success, ...)
* a color palette should also be included in the branding
source-developer 9223372036854775807 Admin Branding
3
Ryan Frazier
2|hwyp3g: 0 0 The branding needs to be more generic and the labels need to be somewhat standard. Currently there are legacy labels and information that are being reused outside their original context.

Things that should be in the branding would include:

* logo url
* mobile logo url
* footer
* colors (primary, secondary, accent, warning, alert, success, ...)
* a color palette should also be included in the branding
0.0
DI2E Storefront Redesign STORE-3325

Support multi-page display of Content (Based on RI Content)

Design In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jul 19, 2018 10:50 AM   Dec 06, 2018 4:37 PM     2.17     0 1   There are some case where the PMO group what to have lot of content or be able to page content.  

The current UI/support is more for an Abstract rather than for multiple pages of content. 

We only have one field which is description.  So likely we would need a way to add pages. Question is how to display? and how to collect that information.

 

 
source-pmo 9223372036854775807 User Entry Details
5
Devin Shurtleff
2|hy4gqn: 0 0 There are some case where the PMO group what to have lot of content or be able to page content.  

The current UI/support is more for an Abstract rather than for multiple pages of content. 

We only have one field which is description.  So likely we would need a way to add pages. Question is how to display? and how to collect that information.

 

 
0.0
DI2E Storefront Redesign STORE-3323

IE 11 permission problems

Improvement In Backlog High Unresolved Unassigned Brigham Michaelis Brigham Michaelis Jul 18, 2018 5:19 PM   Dec 06, 2018 4:36 PM     2.19     0 1   When adding permissions to a role using IE 11, if the permission is greyed out the permission can still be selected and applied. This appears to go contrary to what is mentioned here:

[https://caniuse.com/#search=pointer%20events]

because we are using pointer events to enable and disable permissions. More information is stored in apptemplate.jsp
source-developer 9223372036854775807 Admin Security
2
Brigham Michaelis
2|hy496f: 0 0 When adding permissions to a role using IE 11, if the permission is greyed out the permission can still be selected and applied. This appears to go contrary to what is mentioned here:

[https://caniuse.com/#search=pointer%20events]

because we are using pointer events to enable and disable permissions. More information is stored in apptemplate.jsp
0.0
DI2E Storefront Redesign STORE-3313

As an admin I would like a Admin-Evaluations-Activate permission.

Improvement In Backlog High Unresolved Unassigned Mason Pachner Mason Pachner Jul 16, 2018 1:41 PM   Dec 06, 2018 4:36 PM     2.19     0 1   STORE-2164 There is currently no User-Evaluations-Activate permission.  source-testing 9223372036854775807 Admin Security
1
Mason Pachner
2|hy3ifj: 0 0 There is currently no User-Evaluations-Activate permission.  0.0
DI2E Storefront Redesign STORE-3311

Sub permission User-Eval-Update of User-Evaluations-Read stays activated if parent permission is removed.

Bug In Backlog High Unresolved Unassigned Mason Pachner Mason Pachner Jul 16, 2018 1:32 PM   Dec 06, 2018 4:36 PM     2.19     0 1   STORE-2164 BUG: If you have User-Evaluations-Read checked and then check User-Evaluations-Update and then UNCHECK the first item, the second item remains checked (and working).
# !image-2018-07-03-13-24-54-569.png!
source-testing 9223372036854775807 Admin Security
1
Mason Pachner
2|hy3idr: 0 0 BUG: If you have User-Evaluations-Read checked and then check User-Evaluations-Update and then UNCHECK the first item, the second item remains checked (and working).
# !image-2018-07-03-13-24-54-569.png!
0.0
DI2E Storefront Redesign STORE-3310

With certain permissions it is possible to have the +Add button available, but not be able to add an evaluation

Improvement In Backlog High Unresolved Unassigned Mason Pachner Mason Pachner Jul 16, 2018 1:29 PM   May 31, 2019 9:30 AM     2.19     0 1   STORE-2164 BUG: If a user has the following permissions: User-Evaluations-Read, Admin-Eval-Page, Admin-Evaluation-Management-Create then they have the +Add button available, but cannot actually add an evaluation as they cannot select any evaluation templates. You still can't create an evaluation even if you add the Admin-Evaluation-Template-Read permission. *(It almost seems like we needs to have multiple different permission predecessors. In this case, to create, you would need 'User-Evaluations-Read AND the appropriate eval template permission.)*  source-testing 9223372036854775807 Auto UI Tests
2
Mason Pachner
2|hy3ia7: 0 0 BUG: If a user has the following permissions: User-Evaluations-Read, Admin-Eval-Page, Admin-Evaluation-Management-Create then they have the +Add button available, but cannot actually add an evaluation as they cannot select any evaluation templates. You still can't create an evaluation even if you add the Admin-Evaluation-Template-Read permission. *(It almost seems like we needs to have multiple different permission predecessors. In this case, to create, you would need 'User-Evaluations-Read AND the appropriate eval template permission.)*  0.0
DI2E Storefront Redesign STORE-3306

Fix Hierarchy Problems in the Admin Management Tool

Bug In Backlog Medium Unresolved Unassigned Caleb Yearsley Caleb Yearsley Jul 10, 2018 4:28 PM   Dec 06, 2018 4:35 PM     2.19     0 1   Some permissions are not grouped correctly. This causes indented permissions in the wrong places.

Also, when checking predecessor permissions, sometimes it does NOT enable children permissions; this primarily happens in the "Entries" grouping.

To Fix: Make sure all permissions that have a predecessor permission, are in the same group as that predecessor permission.
source-testing 9223372036854775807 Admin Security
3
Caleb Yearsley
2|hy2793: 0 0 Some permissions are not grouped correctly. This causes indented permissions in the wrong places.

Also, when checking predecessor permissions, sometimes it does NOT enable children permissions; this primarily happens in the "Entries" grouping.

To Fix: Make sure all permissions that have a predecessor permission, are in the same group as that predecessor permission.
0.0
DI2E Storefront Redesign STORE-3305

Permission Management Tool Improvements

Improvement In Backlog Medium Unresolved Unassigned Caleb Yearsley Caleb Yearsley Jul 10, 2018 4:24 PM   Dec 06, 2018 4:35 PM     2.19     0 1   Some small changes that the admin permission management tool could use:
# Clicking a row (anywhere) should check the checkbox for said record.
# Add a maximize button for the tool
# Add "master" buttons for checking all or un-checking all records.
# Add a search bar to the tool to search groups or permissions with ease
source-testing 9223372036854775807 Admin Security
3
Caleb Yearsley
2|hy278f: 0 0 Some small changes that the admin permission management tool could use:
# Clicking a row (anywhere) should check the checkbox for said record.
# Add a maximize button for the tool
# Add "master" buttons for checking all or un-checking all records.
# Add a search bar to the tool to search groups or permissions with ease
0.0
DI2E Storefront Redesign STORE-3304

Improve "Add All" and "Clear All" buttons on the permission management tool

Improvement In Backlog Medium Unresolved Unassigned Caleb Yearsley Caleb Yearsley Jul 10, 2018 4:19 PM   May 29, 2019 10:10 AM     2.19     0 1   "Add All" and "Clear All" buttons are displayed on permission grouping rows even when the row is collapsed. Solutions might be:
# Disable/hide buttons when row is collapsed (this would probably be more expected behavior)
# When a button is pressed, expand grouping row and perform action of button
source-testing 9223372036854775807 Admin Security
2
Caleb Yearsley
2|hxsgvg: 0 0 "Add All" and "Clear All" buttons are displayed on permission grouping rows even when the row is collapsed. Solutions might be:
# Disable/hide buttons when row is collapsed (this would probably be more expected behavior)
# When a button is pressed, expand grouping row and perform action of button
0.0
DI2E Storefront Redesign STORE-3303

Mobile users should be able to add tags to entry on entry details page

Improvement In Backlog High Unresolved Ryan Frazier Ryan Frazier Ryan Frazier Jul 10, 2018 1:10 PM   Dec 06, 2018 4:35 PM     2.17     0 1   Users should be able to add tags to an entry just like the desktop version. 9223372036854775807 Sprint July2018-1 SPOON Mobile Web
1 <p>Ryan Frazier - 12/Jul/18 07:24 PM We need to check to see who has permissions to add a tag to an entry.</p>
Ryan Frazier
2|hy24z3: 0 0 Users should be able to add tags to an entry just like the desktop version. 0.0 <p>Ryan Frazier - 12/Jul/18 07:24 PM We need to check to see who has permissions to add a tag to an entry.</p>
DI2E Storefront Redesign STORE-3299

Internal Server error when hitting endpoint with bad data

Improvement In Backlog High Unresolved Unassigned Brigham Michaelis Brigham Michaelis Jul 09, 2018 5:00 PM   Dec 06, 2018 4:01 PM     2.9.5     0 1   While working on STORE-3041 and querying the following endpoint as written:

Ext.Ajax.request(\{method: 'POST', url:"api/v1/service/jobs/{jobname}/\{groupname}/runnow"});
Ext.Ajax.request(\{method: 'POST', url:"api/v1/resource/attributes/attributetypes"});

POST api/v1/resource/userregistrations e d
POST api/v1/resource/userregistrations/admin e
PUT api/v1/resource/userregistrations e d
GET api/v1/resource/userregistrations/\{registrationId} e
PUT api/v1/resource/users/currentuser/resetpassword e d
PUT api/v1/resource/users/\{username}/resetpassword e d
POST api/v1/resource/usersavedsearches e
PUT api/v1/resource/usersavedsearches/\{searchId} d
POST api/v1/resource/notificationevent
POST api/v1/resource/scheduledreports
GET api/v1/resource/scheduledreports/\{id}/detail
POST api/v1/resource/securityroles
POST api/v1/resource/systemarchives
POST api/v1/resource/systemsearches
POST api/v1/resource/templateblocks
GET api/v1/resource/contentsectiontemplates/\{templateId}/details
POST api/v1/resource/contentsectiontemplates
DELETE api/v1/resource/errortickets
POST api/v1/resource/evaluationtemplates
PUT api/v1/resource/evaluationtemplates/\{templateId}
POST api/v1/resource/faq
PUT api/v1/resource/faq/\{id}

Ext.Ajax.request(\{method:"GET",url:"api/v1/resource/evaluations/{evaluationId}/checklist/\{checklistId}/responses/\{responseId}"});
Ext.Ajax.request(\{method:"GET",url:"api/v1/resource/evaluations/{evaluationId}/componentdetails"});
Ext.Ajax.request(\{method:"POST",url:"api/v1/resource/evaluations"});
Ext.Ajax.request(\{method:"POST",url:"api/v1/resource/evaluations/{evaluationId}/checklist/\{checklistId}/recommendations"});
Ext.Ajax.request(\{method:"POST",url:"api/v1/resource/evaluations/{evaluationId}/comments"});
Ext.Ajax.request(\{method:"GET",url:"api/v1/resource/contentsectiontemplates/{templateId}/details"});
Ext.Ajax.request(\{method:"POST",url:"api/v1/resource/contentsectiontemplates"});
Ext.Ajax.request(\{method:"DELETE",url:"api/v1/resource/errortickets"});

DELETE api/v1/resource/alerts/\{id}
POST api/v1/resource/alerts/\{id}/activate
POST api/v1/resource/branding
POST api/v1/resource/checklistquestions
GET api/v1/resource/checklistquestions/\{questionId}
POST api/v1/resource/checklisttemplates

Ext.Ajax.request(\{method:"DELETE",url:"api/v1/resource/lookuptypes/{entity}/\{code}"});
Ext.Ajax.request(\{method:"DELETE",url:"api/v1/resource/lookuptypes/{entity}/\{code}"});
Ext.Ajax.request(\{method:"GET",url:"api/v1/resource/lookuptypes/{entity}/export"});
Ext.Ajax.request(\{method:"POST",url:"api/v1/resource/lookuptypes/{entity}"});
Ext.Ajax.request(\{method:"POST",url:"api/v1/resource/lookuptypes/{entity}/\{code}/activate"});
Ext.Ajax.request(\{method:"PUT",url:"api/v1/resource/lookuptypes/{entity}/\{code}"});
Ext.Ajax.request(\{method:"DELETE",url:"api/v1/resource/userprofiles/multiple"});
Ext.Ajax.request(\{method:"GET",url:"api/v1/resource/userprofiles/{id}/watches/\{watchId}"});
Ext.Ajax.request(\{method:"POST",url:"api/v1/resource/userprofiles"});
Ext.Ajax.request(\{method:"POST",url:"api/v1/resource/userprofiles/export"});
Ext.Ajax.request(\{method:"POST",url:"api/v1/resource/userprofiles/{id}/test-email"});
Ext.Ajax.request(\{method:"POST",url:"api/v1/resource/userprofiles/{id}/tracking"});
Ext.Ajax.request(\{method:"POST",url:"api/v1/resource/userprofiles/{id}/watches"});
Ext.Ajax.request(\{method:"DELETE",url:"api/v1/resource/componentattributes/{attributeType}/\{attributeCode}"});
Ext.Ajax.request(\{method:"POST",url:"api/v1/resource/componentattributes/{attributeType}/\{attributeCode}"});
Ext.Ajax.request(\{method:"PUT",url:"api/v1/resource/userprofiles/multiple"});
Ext.Ajax.request(\{method:"PUT",url:"api/v1/resource/userprofiles/{id}"});
Ext.Ajax.request(\{method:"PUT",url:"api/v1/resource/userprofiles/{id}/tracking/\{trackingId}"});
Ext.Ajax.request(\{method:"PUT",url:"api/v1/resource/userprofiles/{id}/watches/\{watchId}"});
Ext.Ajax.request(\{method:"GET",url:"api/v1/resource/componentattributes"});
Ext.Ajax.request(\{method:"POST",url:"api/v1/resource/contacts"});
Ext.Ajax.request(\{method:"DELETE",url:"api/v1/resource/reports/delete"});
Ext.Ajax.request(\{method:"GET",url:"api/v1/resource/reports/{id}/detail"});
Ext.Ajax.request(\{method:"GET",url:"api/v1/resource/reports/{reportType}/transmissiontypes"});
Ext.Ajax.request(\{method:"GET",url:"api/v1/resource/reports/{reportType}/\{reportTransmissionType}/formats"});
Ext.Ajax.request(\{method:"POST",url:"api/v1/resource/reports"});

POST api/v1/resource/componentsubmissions
PUT api/v1/resource/componentsubmissions/\{componentId}

500- ADMIN-INTEGRATION-DELETE - enabled
500- ADMIN-ENTRY-TAG-MANAGEMENT / OWNER - enabled
500- ADMIN-ENTRY-EXPORT - enabled
500- ADMIN-DATA-IMPORT-EXPORT - enabled
500- ADMIN-INTEGRATION-CREATE - enabled
500- ADMIN-ENTRY-EVALSECTION-MANAGEMENT - enabled
500- ADMIN-ENTRY-APPROVE - enabled
500- ADMIN-INTEGRATION-UPDATE - enabled
500- ADMIN-ENTRY-CHANGEREQUEST-MANAGEMENT - enabled
500- ADMIN-INTEGRATION-TOGGLESTATUS - enabled
500- ADMIN-ENTRY-TAG-MANAGEMENT / OWNER - disabled
500- ADMIN-ENTRY-CREATE - disabled
source-developer 9223372036854775807 System API
2 <p>Brigham Michaelis - 12/Jul/18 08:12 PM <a href="https://jira.di2e.net/secure/ViewProfile.jspa?name=jacob.strong" class="user-hover" rel="jacob.strong">Jacob Strong</a> When have the endpoints just append them to the list above. </p>

<p> </p>

<p>Thanks</p>
Brigham Michaelis
2|huib47: 0 0 While working on STORE-3041 and querying the following endpoint as written:

Ext.Ajax.request(\{method: 'POST', url:"api/v1/service/jobs/{jobname}/\{groupname}/runnow"});
Ext.Ajax.request(\{method: 'POST', url:"api/v1/resource/attributes/attributetypes"});

POST api/v1/resource/userregistrations e d
POST api/v1/resource/userregistrations/admin e
PUT api/v1/resource/userregistrations e d
GET api/v1/resource/userregistrations/\{registrationId} e
PUT api/v1/resource/users/currentuser/resetpassword e d
PUT api/v1/resource/users/\{username}/resetpassword e d
POST api/v1/resource/usersavedsearches e
PUT api/v1/resource/usersavedsearches/\{searchId} d
POST api/v1/resource/notificationevent
POST api/v1/resource/scheduledreports
GET api/v1/resource/scheduledreports/\{id}/detail
POST api/v1/resource/securityroles
POST api/v1/resource/systemarchives
POST api/v1/resource/systemsearches
POST api/v1/resource/templateblocks
GET api/v1/resource/contentsectiontemplates/\{templateId}/details
POST api/v1/resource/contentsectiontemplates
DELETE api/v1/resource/errortickets
POST api/v1/resource/evaluationtemplates
PUT api/v1/resource/evaluationtemplates/\{templateId}
POST api/v1/resource/faq
PUT api/v1/resource/faq/\{id}

Ext.Ajax.request(\{method:"GET",url:"api/v1/resource/evaluations/{evaluationId}/checklist/\{checklistId}/responses/\{responseId}"});
Ext.Ajax.request(\{method:"GET",url:"api/v1/resource/evaluations/{evaluationId}/componentdetails"});
Ext.Ajax.request(\{method:"POST",url:"api/v1/resource/evaluations"});
Ext.Ajax.request(\{method:"POST",url:"api/v1/resource/evaluations/{evaluationId}/checklist/\{checklistId}/recommendations"});
Ext.Ajax.request(\{method:"POST",url:"api/v1/resource/evaluations/{evaluationId}/comments"});
Ext.Ajax.request(\{method:"GET",url:"api/v1/resource/contentsectiontemplates/{templateId}/details"});
Ext.Ajax.request(\{method:"POST",url:"api/v1/resource/contentsectiontemplates"});
Ext.Ajax.request(\{method:"DELETE",url:"api/v1/resource/errortickets"});

DELETE api/v1/resource/alerts/\{id}
POST api/v1/resource/alerts/\{id}/activate
POST api/v1/resource/branding
POST api/v1/resource/checklistquestions
GET api/v1/resource/checklistquestions/\{questionId}
POST api/v1/resource/checklisttemplates

Ext.Ajax.request(\{method:"DELETE",url:"api/v1/resource/lookuptypes/{entity}/\{code}"});
Ext.Ajax.request(\{method:"DELETE",url:"api/v1/resource/lookuptypes/{entity}/\{code}"});
Ext.Ajax.request(\{method:"GET",url:"api/v1/resource/lookuptypes/{entity}/export"});
Ext.Ajax.request(\{method:"POST",url:"api/v1/resource/lookuptypes/{entity}"});
Ext.Ajax.request(\{method:"POST",url:"api/v1/resource/lookuptypes/{entity}/\{code}/activate"});
Ext.Ajax.request(\{method:"PUT",url:"api/v1/resource/lookuptypes/{entity}/\{code}"});
Ext.Ajax.request(\{method:"DELETE",url:"api/v1/resource/userprofiles/multiple"});
Ext.Ajax.request(\{method:"GET",url:"api/v1/resource/userprofiles/{id}/watches/\{watchId}"});
Ext.Ajax.request(\{method:"POST",url:"api/v1/resource/userprofiles"});
Ext.Ajax.request(\{method:"POST",url:"api/v1/resource/userprofiles/export"});
Ext.Ajax.request(\{method:"POST",url:"api/v1/resource/userprofiles/{id}/test-email"});
Ext.Ajax.request(\{method:"POST",url:"api/v1/resource/userprofiles/{id}/tracking"});
Ext.Ajax.request(\{method:"POST",url:"api/v1/resource/userprofiles/{id}/watches"});
Ext.Ajax.request(\{method:"DELETE",url:"api/v1/resource/componentattributes/{attributeType}/\{attributeCode}"});
Ext.Ajax.request(\{method:"POST",url:"api/v1/resource/componentattributes/{attributeType}/\{attributeCode}"});
Ext.Ajax.request(\{method:"PUT",url:"api/v1/resource/userprofiles/multiple"});
Ext.Ajax.request(\{method:"PUT",url:"api/v1/resource/userprofiles/{id}"});
Ext.Ajax.request(\{method:"PUT",url:"api/v1/resource/userprofiles/{id}/tracking/\{trackingId}"});
Ext.Ajax.request(\{method:"PUT",url:"api/v1/resource/userprofiles/{id}/watches/\{watchId}"});
Ext.Ajax.request(\{method:"GET",url:"api/v1/resource/componentattributes"});
Ext.Ajax.request(\{method:"POST",url:"api/v1/resource/contacts"});
Ext.Ajax.request(\{method:"DELETE",url:"api/v1/resource/reports/delete"});
Ext.Ajax.request(\{method:"GET",url:"api/v1/resource/reports/{id}/detail"});
Ext.Ajax.request(\{method:"GET",url:"api/v1/resource/reports/{reportType}/transmissiontypes"});
Ext.Ajax.request(\{method:"GET",url:"api/v1/resource/reports/{reportType}/\{reportTransmissionType}/formats"});
Ext.Ajax.request(\{method:"POST",url:"api/v1/resource/reports"});

POST api/v1/resource/componentsubmissions
PUT api/v1/resource/componentsubmissions/\{componentId}

500- ADMIN-INTEGRATION-DELETE - enabled
500- ADMIN-ENTRY-TAG-MANAGEMENT / OWNER - enabled
500- ADMIN-ENTRY-EXPORT - enabled
500- ADMIN-DATA-IMPORT-EXPORT - enabled
500- ADMIN-INTEGRATION-CREATE - enabled
500- ADMIN-ENTRY-EVALSECTION-MANAGEMENT - enabled
500- ADMIN-ENTRY-APPROVE - enabled
500- ADMIN-INTEGRATION-UPDATE - enabled
500- ADMIN-ENTRY-CHANGEREQUEST-MANAGEMENT - enabled
500- ADMIN-INTEGRATION-TOGGLESTATUS - enabled
500- ADMIN-ENTRY-TAG-MANAGEMENT / OWNER - disabled
500- ADMIN-ENTRY-CREATE - disabled
0.0 <p>Brigham Michaelis - 12/Jul/18 08:12 PM <a href="https://jira.di2e.net/secure/ViewProfile.jspa?name=jacob.strong" class="user-hover" rel="jacob.strong">Jacob Strong</a> When have the endpoints just append them to the list above. </p>

<p> </p>

<p>Thanks</p>
DI2E Storefront Redesign STORE-3298

Platform Update

Epic Open High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jul 09, 2018 10:16 AM   Nov 07, 2018 10:18 AM           0 1   ghx-label-8 9223372036854775807 Platform Update To Do ghx-label-9
Devin Shurtleff
2|hwdorz: 0 0 0.0
DI2E Storefront Redesign STORE-3291

Add a button/link to submission Video from submission page

Improvement In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jul 05, 2018 11:23 AM   Dec 06, 2018 4:24 PM     2.13.5     0 1   _ Add category to support video or way to tag the video to find it. 

If the video doesn't exist then don't show the button.
source-spoon-pmo 9223372036854775807 User Submissions
2
Devin Shurtleff
2|hxwwif: 0 0 _ Add category to support video or way to tag the video to find it. 

If the video doesn't exist then don't show the button.
0.0
DI2E Storefront Redesign STORE-3285

Allow Child entry types to use parents Submission Form as an Option

Improvement In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jul 02, 2018 4:46 PM   Dec 06, 2018 4:34 PM     2.13.5     0 1   Add flag to the submission template to allow it be used for child types when child doesn't have one assigned.

 

Structure

---------------

A  - Form 1

    B
    C - Form 2

 

Resolution

--------------

A -> Form1  

B -> Form1

C -> Form 2
source-developer 9223372036854775807 Admin Submissions
1
Devin Shurtleff
2|hy0lcn: 0 0 Add flag to the submission template to allow it be used for child types when child doesn't have one assigned.

 

Structure

---------------

A  - Form 1

    B
    C - Form 2

 

Resolution

--------------

A -> Form1  

B -> Form1

C -> Form 2
0.0
DI2E Storefront Redesign STORE-3283

Attribute Bulk Flag Saving clears Entry Type Restrictions

Bug In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jul 02, 2018 1:20 PM   May 10, 2019 12:40 PM     2.9     0 1   Bulk flag save removes all the entry type resistriction. 

It should only update the flag and keep the rest of the data.
source-developer 9223372036854775807 Admin Attributes
2
Devin Shurtleff
2|hu4n0w: 0 0 Bulk flag save removes all the entry type resistriction. 

It should only update the flag and keep the rest of the data.
0.0
DI2E Storefront Redesign STORE-3282

Attribute Assignment fails to save if data is not initialized

Bug Groom High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jul 02, 2018 1:18 PM   May 10, 2019 12:40 PM     2.17     0 2   Entry type -> Attribute Assignment

In certain data conditions the attributes will not save.  What we found is it the attribute is Edited and then Save in the attribute page it works fine. 

Goal of the ticket would be make sure that saving is working consistently regardless of original state.   (check the null vs []  for the restrictions)

 

 
source-developer 9223372036854775807 Sprint Oct2018-1, Sprint Oct2018-2 Admin Attributes
1 <p>Devin Shurtleff - 04/Apr/19 08:36 PM I experienced this on di2e staging ...it's work aroundable.</p>

<p>I tried add Network Fielded and it didn't actual save even though the message showed it did.  ......</p>
Blaine Esplin, Devin Shurtleff
2|hu4n0x: 0 0 Entry type -> Attribute Assignment

In certain data conditions the attributes will not save.  What we found is it the attribute is Edited and then Save in the attribute page it works fine. 

Goal of the ticket would be make sure that saving is working consistently regardless of original state.   (check the null vs []  for the restrictions)

 

 
0.0 <p>Devin Shurtleff - 04/Apr/19 08:36 PM I experienced this on di2e staging ...it's work aroundable.</p>

<p>I tried add Network Fielded and it didn't actual save even though the message showed it did.   (</p>

<p>Component Type</p>

<p>Data Type</p>

<p>Domain)</p>

<p>All saved as expected.</p>

<p> <br/>
Blaine Esplin - 18/Oct/18 04:48 PM Please provide the specific "certain data conditions the attributes will not save." so that this can be reproduced before and after the fix. </p>
DI2E Storefront Redesign STORE-3280

Entry Type sort does not work (Admin Tools - Custom Forms page)

Improvement In Backlog High Unresolved Unassigned Blaine Esplin Blaine Esplin Jun 29, 2018 12:42 PM   Dec 06, 2018 4:33 PM     2.9.5     0 1 _thumb_202653.png _thumb_202652.png   Go to Admin Tools - DM - Submissions - Submissions Form Templates

Sort the grid/ table by Entry Type.  Note that it does not do too much.

!image-2018-06-29-12-41-33-287.png!

!image-2018-06-29-12-42-17-407.png!

 
source-testing 9223372036854775807 Admin Submissions
1
Blaine Esplin
2|hy06h3: 0 0 Go to Admin Tools - DM - Submissions - Submissions Form Templates

Sort the grid/ table by Entry Type.  Note that it does not do too much.

!image-2018-06-29-12-41-33-287.png!

!image-2018-06-29-12-42-17-407.png!

 
0.0
DI2E Storefront Redesign STORE-3279

Provide a way to cancel entering a new submission

Improvement In Backlog High Unresolved Unassigned Blaine Esplin Blaine Esplin Jun 29, 2018 12:34 PM   Dec 06, 2018 4:32 PM     2.13.5     0 1 _thumb_202645.png   Go to User Submissions and enter a new submission

This page comes up asking for the inital name, but there is NO way to "X" or Cancel.  How about adding an X in the upper right and a Cancel button?  Just in case you hit +New Submission by accident.  Without this you end up having to enter an initial submission name, which creates a partial submission entry.

!image-2018-06-29-12-33-55-778.png!
source-testing 9223372036854775807 User Submissions
1
Blaine Esplin
2|hy06dj: 0 0 Go to User Submissions and enter a new submission

This page comes up asking for the inital name, but there is NO way to "X" or Cancel.  How about adding an X in the upper right and a Cancel button?  Just in case you hit +New Submission by accident.  Without this you end up having to enter an initial submission name, which creates a partial submission entry.

!image-2018-06-29-12-33-55-778.png!
0.0
DI2E Storefront Redesign STORE-3277

As an admin, I would like the selection bar to be visually represented through the checkfield

Improvement In Backlog Low Unresolved Unassigned Mason Pachner Mason Pachner Jun 28, 2018 3:43 PM   Dec 06, 2018 4:31 PM     2.17     0 1 _thumb_202354.png _thumb_202353.png   !image-2018-06-28-15-32-48-326.png!

This table would be more visually pleasing if selections looked more like this(Just someway to easily compare the boolean stats):

!image-2018-06-28-15-40-57-203.png!
source-admin 9223372036854775807 Admin Attributes
1
Mason Pachner
2|hy00mv: 0 0 !image-2018-06-28-15-32-48-326.png!

This table would be more visually pleasing if selections looked more like this(Just someway to easily compare the boolean stats):

!image-2018-06-28-15-40-57-203.png!
0.0
DI2E Storefront Redesign STORE-3276

As an admin, I would like to see all attributes, active and inactive at the same time

Improvement In Backlog Low Unresolved Unassigned Mason Pachner Mason Pachner Jun 28, 2018 3:23 PM   Dec 06, 2018 4:30 PM     2.17     0 1 _thumb_202350.png _thumb_202349.png _thumb_202348.png   !image-2018-06-28-15-17-20-680.png!

Would be nice if dropdown had view all feature:

!image-2018-06-28-15-22-57-129.png!
source-testing 9223372036854775807 Admin Attributes
1
Mason Pachner
2|hy00gv: 0 0 !image-2018-06-28-15-17-20-680.png!

Would be nice if dropdown had view all feature:

!image-2018-06-28-15-22-57-129.png!
0.0
DI2E Storefront Redesign STORE-3275

Reconciling selected formbuilderitems with section navigation panel

Improvement In Backlog Medium Unresolved Unassigned Brigham Michaelis Brigham Michaelis Jun 28, 2018 2:57 PM   Dec 06, 2018 4:30 PM     2.13.5     0 1   Work on syncing the the form builder items and the section nav panel. In other words have the high light the selected item in the section nav panel when it is selected in the display window. source-developer 9223372036854775807 Admin Submissions
2
Brigham Michaelis
2|hxzzun: 0 0 Work on syncing the the form builder items and the section nav panel. In other words have the high light the selected item in the section nav panel when it is selected in the display window. 0.0
DI2E Storefront Redesign STORE-3266

Add status indicators and workflow selectors (similar to what we do for questions on an evaluation) to the User Submission form

Improvement In Backlog High Unresolved Unassigned Aaron Fine Aaron Fine Jun 26, 2018 12:07 PM   Dec 06, 2018 4:29 PM     2.13.5     0 1   source-testing 9223372036854775807 User Submissions
3
Aaron Fine
2|hxzdiv: 0 0 0.0
DI2E Storefront Redesign STORE-3250

As a user I need more guidance, clarity, or instructions on how to add new submissions "correctly"

Improvement In Backlog High Unresolved Unassigned Aaron Fine Aaron Fine Jun 26, 2018 8:53 AM   Dec 06, 2018 4:28 PM     2.13.5     0 1   This was raised by Lauren during the June 21 Spoon Tag Up.

Her specific problem was not understanding how to add custom attributes to a new submission and a general lack of understanding of what the system was trying to do (i.e. the abstractions were not explained well enough on the page itself).

Consider adding links to the tutorial videos to the submission page or some other tutorial like information.
source-spoon-pmo 9223372036854775807 User Submissions
3
Aaron Fine
2|hxza47: 0 0 This was raised by Lauren during the June 21 Spoon Tag Up.

Her specific problem was not understanding how to add custom attributes to a new submission and a general lack of understanding of what the system was trying to do (i.e. the abstractions were not explained well enough on the page itself).

Consider adding links to the tutorial videos to the submission page or some other tutorial like information.
0.0
DI2E Storefront Redesign STORE-3242

Form Builder Tool: Add Support to allow grouping fields in a Field Set

New Feature In Backlog Low Unresolved Unassigned Aaron Fine Aaron Fine Jun 25, 2018 5:32 PM   May 29, 2019 11:04 AM     2.13.5     0 2   This would require a special field element and changes to navigation/section tool of the form builder.

The value of this is likely low given the Level of Effort required and the functionality of it is essential there via the form sections.
source-testing 9223372036854775807 Admin Submissions
5 <p>Devin Shurtleff - 29/May/19 05:00 PM This would be more a new feature.  So I classify it.  It could be done...but, there was no requirement for it at the time.  In a since, the whole section act......</p>
Aaron Fine, Devin Shurtleff
2|hxz6cn: 0 0 This would require a special field element and changes to navigation/section tool of the form builder.

The value of this is likely low given the Level of Effort required and the functionality of it is essential there via the form sections.
0.0 <p>Devin Shurtleff - 29/May/19 05:00 PM This would be more a new feature.  So I classify it.  It could be done...but, there was no requirement for it at the time.  In a since, the whole section acts as a fieldset.</p>
DI2E Storefront Redesign STORE-3240

Form Builder Tool: Label text field implies that new lines will be preserved but they aren't

Improvement In Backlog Low Unresolved Unassigned Aaron Fine Aaron Fine Jun 25, 2018 5:26 PM   May 29, 2019 10:57 AM     2.13.5     0 2 _thumb_201141.png _thumb_201140.png   Data entered into tool:

!image-2018-06-25-17-25-56-700.png!

What it shows:

!image-2018-06-25-17-26-17-115.png!
source-testing 9223372036854775807 Admin Submissions
1 <p>Devin Shurtleff - 29/May/19 04:57 PM An Admin can add html (eg &lt;br&gt;) to control output.  I'll leave this ticket...if someone in the future would like to adjust the behavior.</p>
Aaron Fine, Devin Shurtleff
2|hxz6br: 0 0 Data entered into tool:

!image-2018-06-25-17-25-56-700.png!

What it shows:

!image-2018-06-25-17-26-17-115.png!
0.0 <p>Devin Shurtleff - 29/May/19 04:57 PM An Admin can add html (eg &lt;br&gt;) to control output.  I'll leave this ticket...if someone in the future would like to adjust the behavior.</p>
DI2E Storefront Redesign STORE-3236

Entry Description Field limit does not Match server

Improvement In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jun 25, 2018 3:00 PM   Dec 06, 2018 4:01 PM     2.9.5     0 1   Keep in mind what the user sees is not what the server see.  The HTML and CSS is hidden....however, we should verify the size is reasonable for what we need to capture. source-testing 9223372036854775807 Admin Entries
1
Devin Shurtleff
2|huib13: 0 0 Keep in mind what the user sees is not what the server see.  The HTML and CSS is hidden....however, we should verify the size is reasonable for what we need to capture. 0.0
DI2E Storefront Redesign STORE-3234

As an admin I cannot create a reasonable (if arbitrary) Entry Template

Bug In Backlog High Unresolved Unassigned Aaron Fine Aaron Fine Jun 25, 2018 2:51 PM   Oct 25, 2018 1:56 PM     2.10     0 2   [http://store-accept.usurf.usu.edu/openstorefront/AdminTool.action?load=Entry-Template]

IE 11
This was found during Regression Testing

I worked with [~devin.shurtleff] to try and get this to work, but there are still problems with using the Admin Tools -> Data Management -> Entry Templates -> Add/Edit Template tool. 

This ticket is to perform a general overhaul of the UI and underlying systems to make it usable, stable, and logically consistent. 

As part of this, sample entries will need to be generated that have both the absolute minimum data needed to use the new template and the maximum amount of data entered into all possible fields. Ideally these entries would also be added to the golden data set for later testing.
source-testing 9223372036854775807 Admin Entries
5 <p>Blaine Esplin - 25/Jun/18 09:18 PM I agree.  This is difficult to use in its current form.  Some sample templates would be great.</p>
Aaron Fine, Blaine Esplin
2|hxz573: 0 0 This was found during Regression Testing

I worked with [~devin.shurtleff] to try and get this to work, but there are still problems with using the Admin Tools -> Data Management -> Entry Templates -> Add/Edit Template tool. 

This ticket is to perform a general overhaul of the UI and underlying systems to make it usable, stable, and logically consistent. 

As part of this, sample entries will need to be generated that have both the absolute minimum data needed to use the new template and the maximum amount of data entered into all possible fields. Ideally these entries would also be added to the golden data set for later testing.
0.0 <p>Blaine Esplin - 25/Jun/18 09:18 PM I agree.  This is difficult to use in its current form.  Some sample templates would be great.</p>
DI2E Storefront Redesign STORE-3228

In IE the Submission form doesn't always let you enter in text

Bug In Backlog High Unresolved Unassigned Aaron Fine Aaron Fine Jun 25, 2018 11:34 AM   Dec 06, 2018 4:26 PM     2.13.5     0 2   [http://store-accept.usurf.usu.edu/openstorefront/UserTool.action?load=Submissions]

IE 11
This was found during regression testing.

NOTE: This is inconsistent behavior and I cannot reliably reproduce it, but it happened to me twice times over the course of entering in 6 submissions back to back.

 

In the course of entering in sample data for testing I found that, sometimes, while I could select text boxes, make selections from selection boxes and click buttons I could NOT enter in any text. The text box would look like it was in focus (blue outline) but the cursor never appears, keyboard entry is ignored, and copy and paste doesn't work.
IE11, source-testing 9223372036854775807 User Submissions
2 <p>Blaine Esplin - 25/Jun/18 09:36 PM I think this is a general IE 11 problem, I've seen this in other forms and areas of the website, sporadically.</p>
Aaron Fine, Blaine Esplin
2|hxz0r3: 0 0 This was found during regression testing.

NOTE: This is inconsistent behavior and I cannot reliably reproduce it, but it happened to me twice times over the course of entering in 6 submissions back to back.

 

In the course of entering in sample data for testing I found that, sometimes, while I could select text boxes, make selections from selection boxes and click buttons I could NOT enter in any text. The text box would look like it was in focus (blue outline) but the cursor never appears, keyboard entry is ignored, and copy and paste doesn't work.
0.0 <p>Blaine Esplin - 25/Jun/18 09:36 PM I think this is a general IE 11 problem, I've seen this in other forms and areas of the website, sporadically.</p>
DI2E Storefront Redesign STORE-3227

Update Entry Detail Display -Default to Better handling large content

Improvement In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jun 25, 2018 11:32 AM   May 15, 2019 3:01 PM           0 1   There's several ticket (maybe no epic) that relate to this.

 

When there is a large about of content for the entry and evaluation ....it is very hard to read/naviagate. 

Some ideas are captured in other tickets; they include:

_ Auto generate Table of contents (Based on Headers)

_ Adding more tabs

_ Proving more screen real estate by scrolling off headers

 

 
DI2E, source-developer, source-pmo 9223372036854775807 User Entry Details
5
Devin Shurtleff
2|hxz0p3: 0 0 There's several ticket (maybe no epic) that relate to this.

 

When there is a large about of content for the entry and evaluation ....it is very hard to read/naviagate. 

Some ideas are captured in other tickets; they include:

_ Auto generate Table of contents (Based on Headers)

_ Adding more tabs

_ Proving more screen real estate by scrolling off headers

 

 
0.0
DI2E Storefront Redesign STORE-3205

Add SME dashboard widget

Improvement In Backlog High Unresolved Unassigned Caleb Yearsley Caleb Yearsley Jun 22, 2018 12:41 PM   Dec 06, 2018 4:25 PM     2.14     0 2   Add a widget which essentially displays everything a SME can view on the SME page. source-developer 9223372036854775807 Admin Workplans
2 <p>Devin Shurtleff - 09/Aug/18 07:18 PM Defer from 2.6.5:</p>

<p>For now they can use the Work Process page.</p>
Caleb Yearsley, Devin Shurtleff
2|hxys1z: 0 0 Add a widget which essentially displays everything a SME can view on the SME page. 0.0 <p>Devin Shurtleff - 09/Aug/18 07:18 PM Defer from 2.6.5:</p>

<p>For now they can use the Work Process page.</p>
DI2E Storefront Redesign STORE-3195

Add to Compare checkbox mis-aligned when all search display options turned off

Bug In Backlog High Unresolved Unassigned Aaron Fine Aaron Fine Jun 21, 2018 3:28 PM   May 15, 2019 3:02 PM           0 1 _thumb_200206.png   IE 11

store-accept
!image-2018-06-21-15-27-52-298.png! source-testing 9223372036854775807 User Search
1
Aaron Fine
2|hxym33: 0 0 !image-2018-06-21-15-27-52-298.png! 0.0
DI2E Storefront Redesign STORE-3191

The colons on form labels are not consistent

Improvement In Backlog Low Unresolved Unassigned Calvin Loveland Calvin Loveland Jun 20, 2018 5:02 PM   May 28, 2019 3:12 PM     2.9     0 2 _thumb_199699.png   !colons.PNG!

The labels on forms throughout the evaluation edit window have inconsistent style. Some have a space before colons, some don't have spaces, some don't have colons at all.
9223372036854775807 Admin Evaluation
3 <p>Rex Nethercott - 21/Jun/18 07:43 PM Review all forms site wide please!</p>
Calvin Loveland, Rex Nethercott
2|hxya67: 0 0 !colons.PNG!

The labels on forms throughout the evaluation edit window have inconsistent style. Some have a space before colons, some don't have spaces, some don't have colons at all.
0.0 <p>Rex Nethercott - 21/Jun/18 07:43 PM Review all forms site wide please!</p>
DI2E Storefront Redesign STORE-3184

As a mobile user I want to be able to edit my organization on the profile page and click save without clicking elsewhere first

Bug In Backlog High Unresolved Unassigned Aaron Fine Aaron Fine Jun 20, 2018 10:00 AM   May 28, 2019 9:30 AM     2.9     0 1   Spoon Mobile Currently the field that we are using on the Mobile Update Profile page for storing the users organization only gets updated when the user clicks away from the organization selection box. If the user creates a new organization and clicks save without clicking on anything else the change is lost. 

 If you update the v-select to add 

```

{{v-on:update:searchInput="liveOrgUpdate"}}

```

then you can add the following to methods 
{{```
liveOrgUpdate (input) { this.currentOrg = input; }
```}}
This will listen to the Vue event being generated and works great...unless you click away from the selection box were currentOrg is set to null.

May need to add two listeners, one to the current method and one to the event listener and see if the listener has been set to null and if so, use currentOrg instead. 
source-testing 9223372036854775807 Sprint July2018-1, Sprint July2018-2, Sprint Aug2018-1, Sprint Sep2018-1 SPOON Mobile Web
1
Aaron Fine
2|hy03u7: 0 0 Currently the field that we are using on the Mobile Update Profile page for storing the users organization only gets updated when the user clicks away from the organization selection box. If the user creates a new organization and clicks save without clicking on anything else the change is lost. 

 If you update the v-select to add 

```

{{v-on:update:searchInput="liveOrgUpdate"}}

```

then you can add the following to methods 
{{```
liveOrgUpdate (input) { this.currentOrg = input; }
```}}
This will listen to the Vue event being generated and works great...unless you click away from the selection box were currentOrg is set to null.

May need to add two listeners, one to the current method and one to the event listener and see if the listener has been set to null and if so, use currentOrg instead. 
0.0
DI2E Storefront Redesign STORE-3180

Tags created on Checklist Questions should be called Question Tags

Improvement In Backlog High Unresolved Unassigned Aaron Fine Aaron Fine Jun 19, 2018 4:25 PM   Oct 25, 2018 1:55 PM     2.16     0 1 _thumb_199214.png _thumb_199213.png   [http://store-accept.usurf.usu.edu/openstorefront/]

IE 11
Several tags were created and applied to Checklist questions in Evaluation Management -> Templates -> Checklist Questions. See attached picture.

None of those tags are available for use on an entry. See attached picture. 
source-testing 9223372036854775807 Admin Tags
1
Aaron Fine
2|hxxzzz: 0 0 Several tags were created and applied to Checklist questions in Evaluation Management -> Templates -> Checklist Questions. See attached picture.

None of those tags are available for use on an entry. See attached picture. 
0.0
DI2E Storefront Redesign STORE-3172

Add support for Child(Sub) Submission

Improvement In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jun 18, 2018 3:42 PM   Sep 12, 2018 5:15 PM     2.24     0 1   This would allow better support for Describe type entries.   (system -> 0..* services -> 0..* content collection.

Some support was added; however we had insufficient time finish adding support.
source-developer, source-pmo 9223372036854775807 Admin Submissions
5
Devin Shurtleff
2|hxxow7: 0 0 This would allow better support for Describe type entries.   (system -> 0..* services -> 0..* content collection.

Some support was added; however we had insufficient time finish adding support.
0.0
DI2E Storefront Redesign STORE-3171

Admin Submissions

Epic Open High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jun 18, 2018 10:27 AM   Nov 07, 2018 11:26 AM           0 1   ghx-label-7 9223372036854775807 Admin Submissions To Do ghx-label-8
Devin Shurtleff
2|hwe2kf: 0 0 0.0
DI2E Storefront Redesign STORE-3170

User Submissions

Epic Open High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jun 18, 2018 10:26 AM   Feb 04, 2019 3:39 PM           0 1   ghx-label-3 9223372036854775807 User Submissions To Do ghx-label-4
Devin Shurtleff
2|hwe2nz: 0 0 0.0
DI2E Storefront Redesign STORE-3155

Landing page doesn't display tabs

Bug In Backlog High Unresolved Unassigned Calvin Loveland Calvin Loveland Jun 12, 2018 12:05 PM   Oct 01, 2018 5:21 PM     2.9.5     0 1 _thumb_197068.png _thumb_197069.png   Store accept 2.6 Followed https://jira.di2e.net/browse/STORE-2098 test

Tabs are not displayed on the landing page 

!LandingPage.PNG!

 

 
source-developer 9223372036854775807 Admin Branding
1
Calvin Loveland
2|hxwibr: 0 0 Followed https://jira.di2e.net/browse/STORE-2098 test

Tabs are not displayed on the landing page 

!LandingPage.PNG!

 

 
0.0
DI2E Storefront Redesign STORE-3152

Can't edit a security role name, but GUI indicates I should be able to.

Improvement In Backlog High Unresolved Unassigned Blaine Esplin Blaine Esplin Jun 11, 2018 1:54 PM   Dec 06, 2018 4:23 PM     2.17     0 1 _thumb_196641.png   This is an ongoing, longstanding problem before the 2.6.5 security changes.

Go to Admin Tools -> App Mgmt -> Security Roles.  Click on a security role and EDIT.

Try to edit the name.  You cannot.  The text box should not be clickable and should be grayed out as it _appears_ to be editable, but is not.

!image-2018-06-11-13-54-40-991.png!
 
source-testing 9223372036854775807 Admin Security
1
Blaine Esplin
2|hxw9fr: 0 0 This is an ongoing, longstanding problem before the 2.6.5 security changes.

Go to Admin Tools -> App Mgmt -> Security Roles.  Click on a security role and EDIT.

Try to edit the name.  You cannot.  The text box should not be clickable and should be grayed out as it _appears_ to be editable, but is not.

!image-2018-06-11-13-54-40-991.png!
 
0.0
DI2E Storefront Redesign STORE-3140

System Workflow

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Jun 07, 2018 2:21 PM   Jun 07, 2018 2:22 PM           0 1   ghx-label-3 9223372036854775807 System Workflow To Do ghx-label-4
Rex Nethercott
2|hxvox3: 0 0 0.0
DI2E Storefront Redesign STORE-3139

Admin Lookups

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Jun 07, 2018 2:09 PM   May 28, 2019 3:28 PM           0 1   ghx-label-8 9223372036854775807 Admin Lookups To Do ghx-label-9
Rex Nethercott
2|hwe2hz: 0 0 0.0
DI2E Storefront Redesign STORE-3138

System Documentation

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Jun 07, 2018 2:07 PM   Mar 07, 2019 11:35 AM           0 1   ghx-label-4 9223372036854775807 System Documentation To Do ghx-label-5
Rex Nethercott
2|hxvoof: 0 0 0.0
DI2E Storefront Redesign STORE-3133

As an admin I need to understand the history of entry approvals and submissions

Bug In Backlog High Unresolved Unassigned Aaron Fine Aaron Fine Jun 04, 2018 5:21 PM   Dec 06, 2018 4:22 PM     2.21     0 1 _thumb_194584.png   This issue was found while supporting the SME review effort on the SPOON project.

As we now have multiple people working on looking at, evaluating, editing, and approving entries we need more explicit logging on some of the state changes of entries. 

For example: 

!image-2018-06-04-17-18-17-927.png!

In the picture above we can't tell for sure what the last change was or when the entry was approved in the log. 

*Proposal 1*

Add changes to approval states to the overall history log.

*Proposal 2*

Add state change histories as a page under the Actions button on the Entries page. 
source-support 9223372036854775807 Admin Entries
3
Aaron Fine
2|hxutx3: 0 0 This issue was found while supporting the SME review effort on the SPOON project.

As we now have multiple people working on looking at, evaluating, editing, and approving entries we need more explicit logging on some of the state changes of entries. 

For example: 

!image-2018-06-04-17-18-17-927.png!

In the picture above we can't tell for sure what the last change was or when the entry was approved in the log. 

*Proposal 1*

Add changes to approval states to the overall history log.

*Proposal 2*

Add state change histories as a page under the Actions button on the Entries page. 
0.0
DI2E Storefront Redesign STORE-3119

Nesting Tabs Templates causes Out Of Stack error in Entry Templates

Bug In Backlog High Unresolved Unassigned Aaron Fine Aaron Fine May 23, 2018 4:51 PM   Dec 06, 2018 4:21 PM     2.17     0 1   This was found during regression testing on Spoon Staging using Internet Explorer. See the attached video for an example. 

NOTE the green rectangle stays in place until the page is refreshed. 
source-testing 9223372036854775807 Admin Entries
3
Aaron Fine
2|hxst8v: 0 0 This was found during regression testing on Spoon Staging using Internet Explorer. See the attached video for an example. 

NOTE the green rectangle stays in place until the page is refreshed. 
0.0
DI2E Storefront Redesign STORE-3114

Copy and Paste from a website doesn't look good

Bug In Backlog High Unresolved Unassigned Aaron Fine Aaron Fine May 23, 2018 2:36 PM   Dec 06, 2018 4:17 PM     2.17     0 1 _thumb_191735.png _thumb_191736.png   This issue was found during regression testing on Spoon Staging. 

 

Open Storefront in Internet Explorer and the website you want to copy from in Chrome (we will use [http://www.sdl.usu.edu/company/] as our source). Go to User Tools -> Submissions -> New Submission and fill out steps 1 and 2. For the Description section of Step 2, go to the source website, select ALL via CTRL+A and CTRL+C and then paste the page into the description field via CTRL+V.

As you can see from the screenshots that are attached the web page that is rendered in storefront is unusable, but the media loads. 

 

If you go from Internet Explorer to Chrome the webpage looks better but the media doesn't load. Instead a lot of 404 notification boxes quickly gets displayed and is then removed too quickly for a screenshot to be captured of them.

If you go from Internet Explorer to Internet Explorer the the webpage looks better but the media doesn't load. Instead a lot of 404 notification boxes quickly gets displayed and is then removed too quickly for a screenshot to be captured of them.
source-testing 9223372036854775807 System UI
5
Aaron Fine
2|hxsrs7: 0 0 This issue was found during regression testing on Spoon Staging. 

 

Open Storefront in Internet Explorer and the website you want to copy from in Chrome (we will use [http://www.sdl.usu.edu/company/] as our source). Go to User Tools -> Submissions -> New Submission and fill out steps 1 and 2. For the Description section of Step 2, go to the source website, select ALL via CTRL+A and CTRL+C and then paste the page into the description field via CTRL+V.

As you can see from the screenshots that are attached the web page that is rendered in storefront is unusable, but the media loads. 

 

If you go from Internet Explorer to Chrome the webpage looks better but the media doesn't load. Instead a lot of 404 notification boxes quickly gets displayed and is then removed too quickly for a screenshot to be captured of them.

If you go from Internet Explorer to Internet Explorer the the webpage looks better but the media doesn't load. Instead a lot of 404 notification boxes quickly gets displayed and is then removed too quickly for a screenshot to be captured of them.
0.0
DI2E Storefront Redesign STORE-3113

Search bar doesn't like to let you modify pasted text

Bug In Backlog High Unresolved Unassigned Aaron Fine Aaron Fine May 23, 2018 2:17 PM   Dec 06, 2018 4:17 PM     2.17     0 1   This was found during regression testing on Spoon Staging in Internet Explorer (also happens on Chrome). 

 

Log in as admin (or any user) and paste the name of an entry into the search bar (for example, try "01 Regression Test Entry for User"). Select "Entry for User" from the pasted example text and hit the delete key. The text is deleted. Now hit the home key. The text is restored. 
source-testing 9223372036854775807 System UI
2
Aaron Fine
2|hxsrlr: 0 0 This was found during regression testing on Spoon Staging in Internet Explorer (also happens on Chrome). 

 

Log in as admin (or any user) and paste the name of an entry into the search bar (for example, try "01 Regression Test Entry for User"). Select "Entry for User" from the pasted example text and hit the delete key. The text is deleted. Now hit the home key. The text is restored. 
0.0
DI2E Storefront Redesign STORE-3111

Admin Tools -> Data Management -> Entries -> Entry Type is missing an All

Improvement In Backlog High Unresolved Unassigned Aaron Fine Aaron Fine May 22, 2018 5:53 PM   Dec 06, 2018 4:16 PM     2.17     0 1   Found on Spoon Staging during regression testing. 

Once a selection is made on this drop down it cannot be removed. 
source-testing 9223372036854775807 Admin Entries
1
Aaron Fine
2|hxsgyn: 0 0 Found on Spoon Staging during regression testing. 

Once a selection is made on this drop down it cannot be removed. 
0.0
DI2E Storefront Redesign STORE-3110

Update User Management Filter to use "Contains"

Improvement In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff May 22, 2018 5:00 PM   Oct 11, 2018 2:50 PM     2.14     0 1   Update the query for the search on user management to use a contains. both, source-pm-internal 9223372036854775807 Admin Security
1
Devin Shurtleff
2|hxsgvb: 0 0 Update the query for the search on user management to use a contains. 0.0
DI2E Storefront Redesign STORE-3109

As admin I cannot export 299 entries in Internet Explorer

Improvement In Backlog High Unresolved Unassigned Aaron Fine Aaron Fine May 22, 2018 4:19 PM   Dec 06, 2018 4:15 PM     2.20     0 1 _thumb_191308.png _thumb_191306.png   This issue was found on Spoon-Staging during regression testing. See the referenced test for more context. 

 

When the entries screen is loaded 300 entries are displayed. If you click on the checkbox on top of the column you can select all displayed entries. Do that and then click on Export-> Standard Export. In Chrome, it takes a while, but eventually downloads a file. IE eventually returns a 502 Proxy Error. 
source-testing 9223372036854775807 Admin Entries
5
Aaron Fine
2|hxsg9j: 0 0 This issue was found on Spoon-Staging during regression testing. See the referenced test for more context. 

 

When the entries screen is loaded 300 entries are displayed. If you click on the checkbox on top of the column you can select all displayed entries. Do that and then click on Export-> Standard Export. In Chrome, it takes a while, but eventually downloads a file. IE eventually returns a 502 Proxy Error. 
0.0
DI2E Storefront Redesign STORE-3107

Merging contacts should update entries regardless of the entry state

Bug In Backlog High Unresolved Unassigned Aaron Fine Aaron Fine May 22, 2018 3:58 PM   Sep 12, 2018 5:11 PM     2.11     0 2   This was found during regression testing on Store-accept. See the referenced test for more context. 

 

Two contacts were created and one was added to an entry in the Active state while the other was added to an entry in the Not Submitted sate. The two contacts were then merged. The Active state entry correctly reflected the change but the contact was removed entirely from the Not Submitted entry. 
source-testing 9223372036854775807 Admin Contacts
2 <p>Blaine Esplin - 23/May/18 11:02 PM What is the business rule here?<br/>
 </p>
Aaron Fine, Blaine Esplin
2|hxsg0f: 0 0 This was found during regression testing on Store-accept. See the referenced test for more context. 

 

Two contacts were created and one was added to an entry in the Active state while the other was added to an entry in the Not Submitted sate. The two contacts were then merged. The Active state entry correctly reflected the change but the contact was removed entirely from the Not Submitted entry. 
0.0 <p>Blaine Esplin - 23/May/18 11:02 PM What is the business rule here?<br/>
 </p>
DI2E Storefront Redesign STORE-3101

Tracking UI Missing filter settings on Sort

Bug In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff May 21, 2018 9:21 AM   May 29, 2019 10:22 AM     2.17     0 2   Make sure all filter setting are included in the before load listener of the sort. source-developer 9223372036854775807 Sprint Oct2018-2 Admin Tracking
1 <p>Devin Shurtleff - 29/May/19 04:22 PM Admin-&gt;Application Management -&gt; Tracking.   This is still an issue as of 2.8.0<br/>
Blaine Esplin - 18/Oct/18 04:54 PM Where on the website is this found?  Pleas......</p>
Blaine Esplin, Devin Shurtleff
2|hyxfef: 0 0 Make sure all filter setting are included in the before load listener of the sort. 0.0 <p>Devin Shurtleff - 29/May/19 04:22 PM Admin-&gt;Application Management -&gt; Tracking.   This is still an issue as of 2.8.0<br/>
Blaine Esplin - 18/Oct/18 04:54 PM Where on the website is this found?  Please provide steps to reproduce and perhaps an example.</p>
DI2E Storefront Redesign STORE-3100

Update the Recently Changed Email to Include more Details

Improvement In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff May 21, 2018 8:53 AM   May 15, 2019 3:01 PM           0 1   "Instead of just giving simple number stats, we could list the titles of the entries that were changed and updated and make the title a hotlink to got directly to the SF entry.  Even though the link is long, it would be hidden and the user would only see the entry title.  Instructions would tell user to click to view full entry." source-customer-feedback, source-pmo 9223372036854775807 System Messaging
1
Devin Shurtleff
2|huib0n: 0 0 "Instead of just giving simple number stats, we could list the titles of the entries that were changed and updated and make the title a hotlink to got directly to the SF entry.  Even though the link is long, it would be hidden and the user would only see the entry title.  Instructions would tell user to click to view full entry." 0.0
DI2E Storefront Redesign STORE-3096

Admin Help/FAQ

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott May 16, 2018 9:53 AM   Feb 25, 2019 10:23 AM           0 1   ghx-label-3 9223372036854775807 Admin Help/FAQ To Do ghx-label-4
Rex Nethercott
2|hwe2gv: 0 0 0.0
DI2E Storefront Redesign STORE-3093

Entry Assignment scroll location resets after moving item from side to side

Bug In Backlog High Unresolved Unassigned Aaron Fine Aaron Fine May 15, 2018 3:50 PM   Dec 06, 2018 4:12 PM     2.17     0 1   Log in as admin or librarian and navigate to Admin Tools -> Data Management -> Entry Types. Click on Action -> Entry Assignment. 

If there are many items in the list, like on SPOON, and I want to move an item that is not at the top of the list to a different entry type then after clicking and dragging that item from the left to the right the scroll location on the left side gets reset. 
source-testing 9223372036854775807 System UI
1
Aaron Fine
2|hxr6kf: 0 0 Log in as admin or librarian and navigate to Admin Tools -> Data Management -> Entry Types. Click on Action -> Entry Assignment. 

If there are many items in the list, like on SPOON, and I want to move an item that is not at the top of the list to a different entry type then after clicking and dragging that item from the left to the right the scroll location on the left side gets reset. 
0.0
DI2E Storefront Redesign STORE-3092

TinyMCE Text Box hard to select on IE when editing Checklist Template

Bug Groom High Unresolved Unassigned Aaron Fine Aaron Fine May 15, 2018 11:56 AM   Dec 06, 2018 4:11 PM     2.17     0 2   This bug was discovered on Spoon Staging during regression testing. Chrome doesn't appear to have this issue, but IE does. See the linked test for additional context. 

When editing a Checklist Template (Admin Tools -> Evaluation Management -> Templates -> Checklist Templates -> Edit), you can't click on the text that had been previously added to the Instructions section without first clicking on the Description (or other text field).
source-testing 9223372036854775807 System UI
1 <p>Aaron Fine - 16/May/18 04:59 PM Well, this is strange. Yesterday, it very repeatably didn't work right in IE, even after closing and reopening IE. Today, after shutting down the computer overnig......</p>
Aaron Fine, Blaine Esplin
2|hxr41j: 0 0 This bug was discovered on Spoon Staging during regression testing. Chrome doesn't appear to have this issue, but IE does. See the linked test for additional context. 

When editing a Checklist Template (Admin Tools -> Evaluation Management -> Templates -> Checklist Templates -> Edit), you can't click on the text that had been previously added to the Instructions section without first clicking on the Description (or other text field).
0.0 <p>Aaron Fine - 16/May/18 04:59 PM Well, this is strange. Yesterday, it very repeatably didn't work right in IE, even after closing and reopening IE. Today, after shutting down the computer overnight, everything works fine. <br/>
Blaine Esplin - 16/May/18 04:33 PM Great catch!  Which version of IE?  What about Firefox?<br/>
 <br/>
 </p>
DI2E Storefront Redesign STORE-3091

When viewing a evaluation checklist question the Previous and Next buttons don't activate / deactivate

Bug In Backlog Low Unresolved Unassigned Aaron Fine Aaron Fine May 15, 2018 11:35 AM May 29, 2019 2:28 PM May 29, 2019 2:29 PM     2.14     0 2 _thumb_189061.png   Discovered during regression testing of Spoon Staging on IE.

Log in as admin and go to Admin Tools -> Evaluation Management -> Templates -> Checklist Questions. 

Ensure that there are multiple questions available (recommend 3 for maximum visibility of the issue). 

Select a question and view it. Click on the Next / Previous buttons. 

The button states will not change, even when the end of the list is reached. 

For example, if you started at the last question in the list then the Previous button is enable and the next button is disabled (which is good). Click on the Previous button until you reach the top of the list. Now the previous button being enabled and the next button being disable don't make sense. 

!image-2018-05-15-11-35-53-171.png!

 
source-testing 9223372036854775807 User Evaluation
1
Aaron Fine, Blaine Esplin
2|hxr3n3: 0 0 Discovered during regression testing of Spoon Staging on IE.

Log in as admin and go to Admin Tools -> Evaluation Management -> Templates -> Checklist Questions. 

Ensure that there are multiple questions available (recommend 3 for maximum visibility of the issue). 

Select a question and view it. Click on the Next / Previous buttons. 

The button states will not change, even when the end of the list is reached. 

For example, if you started at the last question in the list then the Previous button is enable and the next button is disabled (which is good). Click on the Previous button until you reach the top of the list. Now the previous button being enabled and the next button being disable don't make sense. 

!image-2018-05-15-11-35-53-171.png!

 
0.0
DI2E Storefront Redesign STORE-3088

Adding media should not report success when an add failed (IE only?)

Bug In Backlog High Unresolved Unassigned Aaron Fine Aaron Fine May 15, 2018 9:01 AM   Sep 12, 2018 5:09 PM     2.14     0 1 _thumb_188920.png   This was found on Spoon Staging during Regression Testing. 

Log into the system as an admin and go to Admin Tools -> Data Management -> Media. 

Click the + Add button and use <script>alert(123)</script> as the unique name for the media file. Choose any valid media to upload and click the upload button. 

On Internet Explorer no errors are raised and the Uploaded Successfully message is displayed but nothing is added to the system. The media can be uploaded again with the same name with the same result. 

On Chrome the following message box is displayed

!image-2018-05-15-09-00-18-447.png!
source-testing 9223372036854775807 Admin Media
2
Aaron Fine
2|hxqv3b: 0 0 This was found on Spoon Staging during Regression Testing. 

Log into the system as an admin and go to Admin Tools -> Data Management -> Media. 

Click the + Add button and use <script>alert(123)</script> as the unique name for the media file. Choose any valid media to upload and click the upload button. 

On Internet Explorer no errors are raised and the Uploaded Successfully message is displayed but nothing is added to the system. The media can be uploaded again with the same name with the same result. 

On Chrome the following message box is displayed

!image-2018-05-15-09-00-18-447.png!
0.0
DI2E Storefront Redesign STORE-3084

Questions not showing up correctly in an entry

Bug Groom High Unresolved Unassigned Aaron Fine Aaron Fine May 14, 2018 4:01 PM   Dec 06, 2018 4:10 PM     2.14     0 1 _thumb_188713.png _thumb_188712.png   This was found on Spoon Staging.

Perform a general search for an entry and select that entry. Click on the Questions & Answers tab of the entry. Click on the Ask a Question box and ask a question. 

So far so good, but now ask another question. 

Issue 1: It takes multiple clicks to be able to focus on and start typing into the Question text box. NOTE: this only happens when multiple questions are asked without a refresh or other page reload. 

Issue 2: Asking a new question makes the previous question disappear. This happens regardless of if the previous question had answers or not or even if the previous question was approved or not. Only the most recent question is shown. 

!image-2018-05-14-16-00-53-563.png!

!image-2018-05-14-16-01-09-520.png!
source-testing 9223372036854775807 User Question/Answer
1
Aaron Fine
2|hxqqvj: 0 0 This was found on Spoon Staging.

Perform a general search for an entry and select that entry. Click on the Questions & Answers tab of the entry. Click on the Ask a Question box and ask a question. 

So far so good, but now ask another question. 

Issue 1: It takes multiple clicks to be able to focus on and start typing into the Question text box. NOTE: this only happens when multiple questions are asked without a refresh or other page reload. 

Issue 2: Asking a new question makes the previous question disappear. This happens regardless of if the previous question had answers or not or even if the previous question was approved or not. Only the most recent question is shown. 

!image-2018-05-14-16-00-53-563.png!

!image-2018-05-14-16-01-09-520.png!
0.0
DI2E Storefront Redesign STORE-3083

As an admin I want the Tag Management Tool to show me ALL the entries associated with a given tag

Improvement In Backlog High Unresolved Unassigned Aaron Fine Aaron Fine May 14, 2018 3:13 PM   Dec 06, 2018 4:09 PM     2.17     0 2 _thumb_188695.png   Currently, the tag management tool will only show those entries that have been approved. This leads to things like in the attached screenshot where the left hand side of the screen claims that 7 entries have the tag but only one entry showing up on the right side. 

!Tags Only Show Approved Entries.png!
source-testing 9223372036854775807 Admin Tags
3 <p>Rex Nethercott - 17/May/18 07:36 PM Add the inactive entries to the list on the right. </p>
Aaron Fine, Rex Nethercott
2|hxqqhj: 0 0 Currently, the tag management tool will only show those entries that have been approved. This leads to things like in the attached screenshot where the left hand side of the screen claims that 7 entries have the tag but only one entry showing up on the right side. 

!Tags Only Show Approved Entries.png!
0.0 <p>Rex Nethercott - 17/May/18 07:36 PM Add the inactive entries to the list on the right. </p>
DI2E Storefront Redesign STORE-3018

Help Window Loses Event Handling

Bug In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff May 09, 2018 4:28 PM   Dec 06, 2018 4:09 PM     2.17     0 1   If have the help window Maximized then click the window edge  w/ <-> then the window becomes focused and you can't click any of the navigation.  Re-clicking the edge of the window fixes it when not maximized.

 

Suggested correction would be to disable resizing when maximized to avoid user accidentally clicking the edge.
source-developer 9223372036854775807 Admin Help/FAQ
1
Devin Shurtleff
2|hxq17r: 0 0 If have the help window Maximized then click the window edge  w/ <-> then the window becomes focused and you can't click any of the navigation.  Re-clicking the edge of the window fixes it when not maximized.

 

Suggested correction would be to disable resizing when maximized to avoid user accidentally clicking the edge.
0.0
DI2E Storefront Redesign STORE-3008

Entry tabs do not show up in required attribute situation ("undefined")

Improvement Groom Critical Unresolved Devin Shurtleff Blaine Esplin Blaine Esplin May 07, 2018 12:09 PM   Sep 12, 2018 5:09 PM     2.9     0 1 _thumb_186413.png _thumb_186411.png _thumb_186410.png _thumb_186412.png   OK, so I narrowed down something I saw a 'glimmer' of earlier, this is now reproducible.  I would suggest fixing it as soon as we can. 

1.  Enter an Attribute that is Required, and does NOT allow user codes.  This will show the red triangle (once it is assigned an entry type or required) on the attributes screen.

!image-2018-05-07-12-04-48-734.png!

 

2.  Now, make sure that this attribute is assigned as a required attribute.  This goes back to *STORE-2934* that I think should be escalated due to this bug.  We need to warn the user here.

!image-2018-05-07-12-06-28-328.png!

 

3.  Because the attribute is required with no way to enter data, it will NOT be shown when trying to enter an entry of this type.  However, and here's the kicker, when you try to submit this particular entry you do NOT get the additional tabs (Resources, optional attributes, media, etc.) you instead get this "undefined" page. . . and the SAVE button is DISABLED at the bottom of the form (not shown here) so there is not a way to save this; as it is incomplete anyway.

!image-2018-05-07-12-09-45-770.png!
source-testing 9223372036854775807 Admin Attributes
2
Blaine Esplin
2|hxpa3r: 0 0 OK, so I narrowed down something I saw a 'glimmer' of earlier, this is now reproducible.  I would suggest fixing it as soon as we can. 

1.  Enter an Attribute that is Required, and does NOT allow user codes.  This will show the red triangle (once it is assigned an entry type or required) on the attributes screen.

!image-2018-05-07-12-04-48-734.png!

 

2.  Now, make sure that this attribute is assigned as a required attribute.  This goes back to *STORE-2934* that I think should be escalated due to this bug.  We need to warn the user here.

!image-2018-05-07-12-06-28-328.png!

 

3.  Because the attribute is required with no way to enter data, it will NOT be shown when trying to enter an entry of this type.  However, and here's the kicker, when you try to submit this particular entry you do NOT get the additional tabs (Resources, optional attributes, media, etc.) you instead get this "undefined" page. . . and the SAVE button is DISABLED at the bottom of the form (not shown here) so there is not a way to save this; as it is incomplete anyway.

!image-2018-05-07-12-09-45-770.png!
0.0
DI2E Storefront Redesign STORE-3006

Allow grouping of Attributes

Design In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Apr 26, 2018 4:32 PM   May 28, 2019 2:50 PM     2.9     0 1   SPOON:

Some attribute require set of attributes in order to make set.  So it would expect that the component owner would need to put in all X attribute.   

Add support for grouping attributes so that picking one requires the others?  

We'll need to see the data that spoon has for attributes....to get a better idea of how this should work.

 
SPOON 9223372036854775807 Admin Attributes
1 <p>Devin Shurtleff - 28/May/19 08:50 PM Not sure the value for DI2E on this one.  I'm leaving this ticket as idea potential.</p>
Devin Shurtleff
2|hx42fb: 0 0 SPOON:

Some attribute require set of attributes in order to make set.  So it would expect that the component owner would need to put in all X attribute.   

Add support for grouping attributes so that picking one requires the others?  

We'll need to see the data that spoon has for attributes....to get a better idea of how this should work.

 
0.0 <p>Devin Shurtleff - 28/May/19 08:50 PM Not sure the value for DI2E on this one.  I'm leaving this ticket as idea potential.</p>
DI2E Storefront Redesign STORE-2998

Attribute assignment not remembered on entry when changing entry type

Bug Groom High Unresolved Unassigned Blaine Esplin Blaine Esplin Apr 24, 2018 3:38 PM   Dec 06, 2018 4:07 PM   2.5.4 2.9     0 1 _thumb_178824.png _thumb_178823.png _thumb_178822.png _thumb_178821.png _thumb_178820.png   Another interesting path.  Do we want to allow the first part of this?  If so, we need to prefil per the second part.

1.  I went through in Attributes -> Manage Assignments (Entry Assignments) by the way we need to change the button Entry Assignments to match the Window Title Manage Assignments

2.  So from here you can see that I have previously assigned DI2E Dist B to the _Size of "big".  It should be noted that currently DI2E Dist B (Entry) is of Entry Type *DI2E Component*.  Do we want to even _allow_ assigning if it is not of an Entry Type that has the _Size attribute assigned to it?

!image-2018-04-24-15-34-28-978.png!

3.  Now back in Entries I try to change DI2E Dist B from the Entry Type DI2E Component to *Apple.*

*!image-2018-04-24-15-30-22-496.png!*

 

However, when I do this, I would expect that the REQUIRED Field of Size would be pre-filled with *big,* but it is not. 

!image-2018-04-24-15-36-36-100.png!

44.  So, I selected "biggest" (just to change it).  It does relfect this, as expected, back on the attribute assignment

 
source-testing 9223372036854775807 Admin Entries
1 <p>Blaine Esplin - 25/Apr/18 03:23 PM Fix as we have time, a bit of a corner case.<br/>
Blaine Esplin - 25/Apr/18 03:21 PM Triage- Blaine missed that if you assign it and it is still DI2E component it i......</p>
Blaine Esplin
2|hxkh1r: 0 0 Another interesting path.  Do we want to allow the first part of this?  If so, we need to prefil per the second part.

1.  I went through in Attributes -> Manage Assignments (Entry Assignments) by the way we need to change the button Entry Assignments to match the Window Title Manage Assignments

2.  So from here you can see that I have previously assigned DI2E Dist B to the _Size of "big".  It should be noted that currently DI2E Dist B (Entry) is of Entry Type *DI2E Component*.  Do we want to even _allow_ assigning if it is not of an Entry Type that has the _Size attribute assigned to it?

!image-2018-04-24-15-34-28-978.png!

3.  Now back in Entries I try to change DI2E Dist B from the Entry Type DI2E Component to *Apple.*

*!image-2018-04-24-15-30-22-496.png!*

 

However, when I do this, I would expect that the REQUIRED Field of Size would be pre-filled with *big,* but it is not. 

!image-2018-04-24-15-36-36-100.png!

44.  So, I selected "biggest" (just to change it).  It does relfect this, as expected, back on the attribute assignment

 
0.0 <p>Blaine Esplin - 25/Apr/18 03:23 PM Fix as we have time, a bit of a corner case.<br/>
Blaine Esplin - 25/Apr/18 03:21 PM Triage- Blaine missed that if you assign it and it is still DI2E component it is shown (Size = big) in the optional attributes.</p>

<p>However, would still expect it to pre-fil when changing the type to Fruits-&gt; Apple, for example.  In this case the required field is blank and it still shows in the optional attributes (until saved).</p>

<p> </p>
DI2E Storefront Redesign STORE-2996

Can't type user custom attribute code from Entry Assignment (Manage Assignments)

Improvement In Backlog High Unresolved Unassigned Blaine Esplin Blaine Esplin Apr 24, 2018 2:51 PM   Sep 12, 2018 5:07 PM   2.5.4 2.9     0 1 _thumb_178806.png   Interesting, I may have missed this before? But I do think this is new to 2.5.4?

Go to Attributes (I am on store-accept.usurf...) click Entry Assignment to bring up the Manage Assignments window.

Click on _Size which is a user allowed text with no entries.

Notice that you cannot type in the Attribute Code box, so you cannot do what you need to here.

!image-2018-04-24-14-51-11-974.png!

 
source-testing 9223372036854775807 Admin Attributes
2 <p>Blaine Esplin - 25/Apr/18 03:32 PM not high priority, consider adding a warning in the Attribute Code box saying you need to go add some codes (even though the user can add codes) OR</p>

<p>Allow th......</p>
Blaine Esplin
2|hxkgmv: 0 0 Interesting, I may have missed this before? But I do think this is new to 2.5.4?

Go to Attributes (I am on store-accept.usurf...) click Entry Assignment to bring up the Manage Assignments window.

Click on _Size which is a user allowed text with no entries.

Notice that you cannot type in the Attribute Code box, so you cannot do what you need to here.

!image-2018-04-24-14-51-11-974.png!

 
0.0 <p>Blaine Esplin - 25/Apr/18 03:32 PM not high priority, consider adding a warning in the Attribute Code box saying you need to go add some codes (even though the user can add codes) OR</p>

<p>Allow the admin to add codes here?  Needs design or business rule on this.</p>

<p> </p>
DI2E Storefront Redesign STORE-2990

Admin Security

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Apr 23, 2018 1:37 PM   May 31, 2019 9:30 AM           0 1   ghx-label-1 9223372036854775807 Admin Security To Do ghx-label-2
Rex Nethercott
2|hwe2iv: 0 0 0.0
DI2E Storefront Redesign STORE-2989

User Question/Answer

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Apr 23, 2018 1:34 PM   May 29, 2019 2:29 PM           0 1   ghx-label-6 9223372036854775807 User Question/Answer To Do ghx-label-7
Rex Nethercott
2|hwe2n3: 0 0 0.0
DI2E Storefront Redesign STORE-2988

System Tests

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Apr 23, 2018 1:25 PM   May 31, 2019 9:19 AM           0 1   ghx-label-7 9223372036854775807 System Tests To Do ghx-label-8
Rex Nethercott
2|hwe2q7: 0 0 0.0
DI2E Storefront Redesign STORE-2987

User Reports

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Apr 23, 2018 1:23 PM   May 31, 2019 9:19 AM           0 1   ghx-label-3 9223372036854775807 User Reports To Do ghx-label-4
Rex Nethercott
2|hwe2nj: 0 0 0.0
DI2E Storefront Redesign STORE-2986

User Profile

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Apr 23, 2018 1:18 PM   Jun 19, 2018 3:04 PM           0 1   ghx-label-8 9223372036854775807 User Profile To Do ghx-label-9
Rex Nethercott
2|hwe2mf: 0 0 0.0
DI2E Storefront Redesign STORE-2985

Admin Media

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Apr 23, 2018 1:17 PM   May 31, 2019 9:29 AM           0 1   ghx-label-4 9223372036854775807 Admin Media To Do ghx-label-5
Rex Nethercott
2|hwe2hb: 0 0 0.0
DI2E Storefront Redesign STORE-2984

Admin Highlights

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Apr 23, 2018 1:15 PM   Apr 23, 2018 1:15 PM           0 1   ghx-label-9 9223372036854775807 Admin Highlights To Do ghx-label-1
Rex Nethercott
2|hwe2h3: 0 0 0.0
DI2E Storefront Redesign STORE-2983

Admin Landing Page

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Apr 23, 2018 1:09 PM   Apr 23, 2018 1:09 PM           0 1   ghx-label-6 9223372036854775807 Admin Landing Page To Do ghx-label-7
Rex Nethercott
2|hwe2hr: 0 0 0.0
DI2E Storefront Redesign STORE-2982

System Messaging

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Apr 23, 2018 12:57 PM   Nov 15, 2018 10:41 AM           0 1   ghx-label-7 9223372036854775807 System Messaging To Do ghx-label-8
Rex Nethercott
2|hwe2pb: 0 0 0.0
DI2E Storefront Redesign STORE-2981

Admin Tracking

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Apr 23, 2018 12:54 PM   Jul 20, 2018 2:47 PM           0 1   ghx-label-6 9223372036854775807 Admin Tracking To Do ghx-label-7
Rex Nethercott
2|hwe2jb: 0 0 0.0
DI2E Storefront Redesign STORE-2980

System Entries

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Apr 23, 2018 12:51 PM   Sep 12, 2018 1:01 PM           0 1   ghx-label-7 9223372036854775807 System Entries To Do ghx-label-8
Rex Nethercott
2|hwe2p3: 0 0 0.0
DI2E Storefront Redesign STORE-2979

System Errors

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Apr 23, 2018 12:50 PM   May 29, 2019 2:25 PM           0 1   ghx-label-3 9223372036854775807 System Errors To Do ghx-label-4
Rex Nethercott
2|hwe2ov: 0 0 0.0
DI2E Storefront Redesign STORE-2978

System Login

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Apr 23, 2018 12:48 PM   Oct 04, 2018 1:13 PM           0 1   ghx-label-4 9223372036854775807 System Login To Do ghx-label-5
Rex Nethercott
2|hwe2pj: 0 0 0.0
DI2E Storefront Redesign STORE-2977

Admin Organizations

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Apr 23, 2018 12:47 PM   May 28, 2019 3:28 PM           0 1   ghx-label-9 9223372036854775807 Admin Organizations To Do ghx-label-1
Rex Nethercott
2|hwe2i7: 0 0 0.0
DI2E Storefront Redesign STORE-2976

User Entry Details

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Apr 23, 2018 12:41 PM   Sep 17, 2018 12:18 PM           0 1   ghx-label-4 9223372036854775807 User Entry Details To Do ghx-label-5
Rex Nethercott
2|hwe2lz: 0 0 0.0
DI2E Storefront Redesign STORE-2975

Admin Contacts

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Apr 23, 2018 12:40 PM   Jun 26, 2018 11:40 AM           0 1   ghx-label-9 9223372036854775807 Admin Contacts To Do ghx-label-1
Rex Nethercott
2|hwe2g7: 0 0 0.0
DI2E Storefront Redesign STORE-2974

User Attributes

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Apr 23, 2018 12:29 PM   May 29, 2019 11:44 AM           0 1   ghx-label-1 9223372036854775807 User Attributes Done ghx-label-2
Rex Nethercott
2|hwe2l3: 0 0 0.0
DI2E Storefront Redesign STORE-2973

Admin Integration

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Apr 23, 2018 12:27 PM   Apr 23, 2018 12:27 PM           0 1   ghx-label-6 9223372036854775807 Admin Integration Done ghx-label-7
Rex Nethercott
2|hwe2qf: 0 0 0.0
DI2E Storefront Redesign STORE-2972

Admin Change Request

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Apr 23, 2018 12:23 PM   Apr 23, 2018 12:37 PM           0 1   ghx-label-2 9223372036854775807 Admin Change Req To Do ghx-label-3
Rex Nethercott
2|hwe2fz: 0 0 0.0
DI2E Storefront Redesign STORE-2970

Admin Attributes

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Apr 23, 2018 12:13 PM   May 31, 2019 9:19 AM           0 1   ghx-label-7 9223372036854775807 Admin Attributes To Do ghx-label-8
Rex Nethercott
2|hwe2fb: 0 0 0.0
DI2E Storefront Redesign STORE-2969

User Submission

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Apr 23, 2018 11:55 AM   May 31, 2019 9:31 AM           0 1   ghx-label-8 9223372036854775807 User Entries To Do ghx-label-9
Rex Nethercott
2|hwe2lr: 0 0 0.0
DI2E Storefront Redesign STORE-2968

User Relation Tools

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Apr 23, 2018 11:47 AM   Sep 13, 2018 7:50 AM           0 1   ghx-label-4 9223372036854775807 User Relation Tools To Do ghx-label-5
Rex Nethercott
2|hwe2nb: 0 0 0.0
DI2E Storefront Redesign STORE-2967

Admin Evaluation

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Apr 23, 2018 11:42 AM   Mar 18, 2019 4:20 PM           0 1   ghx-label-9 9223372036854775807 Admin Evaluation To Do ghx-label-1
Rex Nethercott
2|hwe2gn: 0 0 0.0
DI2E Storefront Redesign STORE-2966

Admin Dashboard

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Apr 23, 2018 11:40 AM   Apr 23, 2018 11:41 AM           0 1   ghx-label-5 9223372036854775807 Admin Dashboard To Do ghx-label-6
Rex Nethercott
2|hwe2jz: 0 0 0.0
DI2E Storefront Redesign STORE-2965

System UI

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Apr 23, 2018 11:35 AM   Feb 11, 2019 4:08 PM           0 1   ghx-label-1 9223372036854775807 System UI To Do ghx-label-2
Rex Nethercott
2|hwe2qv: 0 0 0.0
DI2E Storefront Redesign STORE-2964

User UI

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Apr 23, 2018 11:33 AM   Apr 23, 2018 12:36 PM           0 1   ghx-label-2 9223372036854775807 User UI Done ghx-label-3
Rex Nethercott
2|hwe2kv: 0 0 0.0
DI2E Storefront Redesign STORE-2963

EPIC/CATEGORY Separator

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Apr 23, 2018 11:26 AM   Apr 23, 2018 11:27 AM           0 1   ghx-label-3 9223372036854775807 ================= To Do ghx-label-4
Rex Nethercott
2|hwdou7: 0 0 0.0
DI2E Storefront Redesign STORE-2958

Imported entries do not show in search

Bug Groom High Unresolved Unassigned Calvin Loveland Calvin Loveland Apr 19, 2018 5:09 PM   Oct 11, 2018 2:47 PM   2.6 2.9     0 1   Storefront staging Imported entries using the zip provided here: https://jira.di2e.net/browse/STORE-1057

The entry would not show up in search until it was edited and saved.

 
9223372036854775807 Admin Imp. Exp. Arc.
2
Calvin Loveland
2|hxj6mf: 0 0 Imported entries using the zip provided here: https://jira.di2e.net/browse/STORE-1057

The entry would not show up in search until it was edited and saved.

 
0.0
DI2E Storefront Redesign STORE-2946

Entry Details Report Fails on certain data sets

Bug In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Apr 10, 2018 11:14 AM   Sep 12, 2018 4:28 PM     2.16     0 1   {panel}
{panel}
{panel}
{panel}
 {panel}
{panel}
{panel}
{panel}
Check template.
 
 
View Error Ticket Information
{panel}
{panel}
TicketNumber: f37f1839-092f-468b-ab67-14e1798f2da8
Client IP: 
User: rex.nethercott
Application Version: v2.5 (2018-01-16 14:10:50 MST)
Message: Report failed to generate.
Potential Resolution: 
Request: 
Request Method: 
Input Data: 
Report: TYPECOMP Format: null Report Id: 65ad0e26-3d13-443f-9649-be8a219ca3df Create Date: Tue Apr 10 16:59:57 UTC 2018

StackTrace: 

edu.usu.sdl.openstorefront.common.exception.OpenStorefrontRuntimeException: Report failed to generate. Error Type Code: RPT
at edu.usu.sdl.openstorefront.report.BaseReport.generateReport(BaseReport.java:168)
at edu.usu.sdl.openstorefront.service.ReportServiceImpl.generateReport(ReportServiceImpl.java:103)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at edu.usu.sdl.openstorefront.service.DynamicProxy.invoke(DynamicProxy.java:89)
at com.sun.proxy.$Proxy226.generateReport(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at edu.usu.sdl.openstorefront.service.AsyncProxyTask.call(AsyncProxyTask.java:46)
at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: edu.usu.sdl.openstorefront.common.exception.OpenStorefrontRuntimeException: Output failed. Potential Resolution: See trace. Error Type Code: SYS
at edu.usu.sdl.openstorefront.report.output.BaseOutput.outputReport(BaseOutput.java:87)
at edu.usu.sdl.openstorefront.report.BaseReport.doOutput(BaseReport.java:195)
at edu.usu.sdl.openstorefront.report.BaseReport.handleOutputs(BaseReport.java:187)
at edu.usu.sdl.openstorefront.report.BaseReport.generateReport(BaseReport.java:166)
... 18 more
Caused by: edu.usu.sdl.openstorefront.common.exception.OpenStorefrontRuntimeException: null Error Type Code: SYS
at edu.usu.sdl.openstorefront.report.ComponentDetailReport.createHtml(ComponentDetailReport.java:305)
at edu.usu.sdl.openstorefront.report.ComponentDetailReport.writePDF(ComponentDetailReport.java:267)
at edu.usu.sdl.openstorefront.report.ComponentDetailReport.lambda$getWriterMap$3(ComponentDetailReport.java:113)
at edu.usu.sdl.openstorefront.report.output.BaseOutput.outputReport(BaseOutput.java:81)
... 21 more
Caused by: freemarker.core._MiscTemplateException: Can't convert boolean to string automatically, because the "boolean_format" setting was "true,false", which is the legacy default computer-language format, and hence isn't accepted.

----
Tip: If you just want "true"/"false" result as you are generting computer-language output, use "?c", like ${myBool?c}.
----
Tip: You can write myBool?string('yes', 'no') and like to specify boolean formatting in place.
----
Tip: If you need the same two values on most places, the programmers should set the "boolean_format" setting to something like "yes,no".
----

----
FTL stack trace ("~" means nesting-related):
- Failed at: ${resource.restricted!} [in template "detailReport.ftl" at line 219, column 53]
----
at freemarker.core.Configurable.formatBoolean(Configurable.java:990)
at freemarker.core.EvalUtil.coerceModelToTextualCommon(EvalUtil.java:479)
at freemarker.core.EvalUtil.coerceModelToStringOrMarkup(EvalUtil.java:387)
at freemarker.core.EvalUtil.coerceModelToStringOrMarkup(EvalUtil.java:356)
at freemarker.core.DollarVariable.calculateInterpolatedStringOrMarkup(DollarVariable.java:96)
at freemarker.core.DollarVariable.accept(DollarVariable.java:59)
at freemarker.core.Environment.visit(Environment.java:362)
at freemarker.core.IteratorBlock$IterationContext.executedNestedContentForCollOrSeqListing(IteratorBlock.java:315)
at freemarker.core.IteratorBlock$IterationContext.executeNestedContent(IteratorBlock.java:271)
at freemarker.core.IteratorBlock$IterationContext.accept(IteratorBlock.java:242)
at freemarker.core.Environment.visitIteratorBlock(Environment.java:595)
at freemarker.core.IteratorBlock.acceptWithResult(IteratorBlock.java:107)
at freemarker.core.IteratorBlock.accept(IteratorBlock.java:93)
at freemarker.core.Environment.visit(Environment.java:326)
at freemarker.core.Environment.visit(Environment.java:368)
at freemarker.core.IteratorBlock$IterationContext.executedNestedContentForCollOrSeqListing(IteratorBlock.java:315)
at freemarker.core.IteratorBlock$IterationContext.executeNestedContent(IteratorBlock.java:271)
at freemarker.core.IteratorBlock$IterationContext.accept(IteratorBlock.java:242)
at freemarker.core.Environment.visitIteratorBlock(Environment.java:595)
at freemarker.core.IteratorBlock.acceptWithResult(IteratorBlock.java:107)
at freemarker.core.IteratorBlock.accept(IteratorBlock.java:93)
at freemarker.core.Environment.visit(Environment.java:326)
at freemarker.core.Environment.visit(Environment.java:332)
at freemarker.core.Environment.process(Environment.java:305)
at freemarker.template.Template.process(Template.java:378)
at edu.usu.sdl.openstorefront.report.ComponentDetailReport.createHtml(ComponentDetailReport.java:297)
... 24 more
{panel}
{panel}
source-pm-internal 9223372036854775807 User Entry Details
2
Devin Shurtleff
2|huiaj3: 0 0 {panel}
{panel}
{panel}
{panel}
 {panel}
{panel}
{panel}
{panel}
Check template.
 
 
View Error Ticket Information
{panel}
{panel}
TicketNumber: f37f1839-092f-468b-ab67-14e1798f2da8
Client IP: 
User: rex.nethercott
Application Version: v2.5 (2018-01-16 14:10:50 MST)
Message: Report failed to generate.
Potential Resolution: 
Request: 
Request Method: 
Input Data: 
Report: TYPECOMP Format: null Report Id: 65ad0e26-3d13-443f-9649-be8a219ca3df Create Date: Tue Apr 10 16:59:57 UTC 2018

StackTrace: 

edu.usu.sdl.openstorefront.common.exception.OpenStorefrontRuntimeException: Report failed to generate. Error Type Code: RPT
at edu.usu.sdl.openstorefront.report.BaseReport.generateReport(BaseReport.java:168)
at edu.usu.sdl.openstorefront.service.ReportServiceImpl.generateReport(ReportServiceImpl.java:103)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at edu.usu.sdl.openstorefront.service.DynamicProxy.invoke(DynamicProxy.java:89)
at com.sun.proxy.$Proxy226.generateReport(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at edu.usu.sdl.openstorefront.service.AsyncProxyTask.call(AsyncProxyTask.java:46)
at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: edu.usu.sdl.openstorefront.common.exception.OpenStorefrontRuntimeException: Output failed. Potential Resolution: See trace. Error Type Code: SYS
at edu.usu.sdl.openstorefront.report.output.BaseOutput.outputReport(BaseOutput.java:87)
at edu.usu.sdl.openstorefront.report.BaseReport.doOutput(BaseReport.java:195)
at edu.usu.sdl.openstorefront.report.BaseReport.handleOutputs(BaseReport.java:187)
at edu.usu.sdl.openstorefront.report.BaseReport.generateReport(BaseReport.java:166)
... 18 more
Caused by: edu.usu.sdl.openstorefront.common.exception.OpenStorefrontRuntimeException: null Error Type Code: SYS
at edu.usu.sdl.openstorefront.report.ComponentDetailReport.createHtml(ComponentDetailReport.java:305)
at edu.usu.sdl.openstorefront.report.ComponentDetailReport.writePDF(ComponentDetailReport.java:267)
at edu.usu.sdl.openstorefront.report.ComponentDetailReport.lambda$getWriterMap$3(ComponentDetailReport.java:113)
at edu.usu.sdl.openstorefront.report.output.BaseOutput.outputReport(BaseOutput.java:81)
... 21 more
Caused by: freemarker.core._MiscTemplateException: Can't convert boolean to string automatically, because the "boolean_format" setting was "true,false", which is the legacy default computer-language format, and hence isn't accepted.

----
Tip: If you just want "true"/"false" result as you are generting computer-language output, use "?c", like ${myBool?c}.
----
Tip: You can write myBool?string('yes', 'no') and like to specify boolean formatting in place.
----
Tip: If you need the same two values on most places, the programmers should set the "boolean_format" setting to something like "yes,no".
----

----
FTL stack trace ("~" means nesting-related):
- Failed at: ${resource.restricted!} [in template "detailReport.ftl" at line 219, column 53]
----
at freemarker.core.Configurable.formatBoolean(Configurable.java:990)
at freemarker.core.EvalUtil.coerceModelToTextualCommon(EvalUtil.java:479)
at freemarker.core.EvalUtil.coerceModelToStringOrMarkup(EvalUtil.java:387)
at freemarker.core.EvalUtil.coerceModelToStringOrMarkup(EvalUtil.java:356)
at freemarker.core.DollarVariable.calculateInterpolatedStringOrMarkup(DollarVariable.java:96)
at freemarker.core.DollarVariable.accept(DollarVariable.java:59)
at freemarker.core.Environment.visit(Environment.java:362)
at freemarker.core.IteratorBlock$IterationContext.executedNestedContentForCollOrSeqListing(IteratorBlock.java:315)
at freemarker.core.IteratorBlock$IterationContext.executeNestedContent(IteratorBlock.java:271)
at freemarker.core.IteratorBlock$IterationContext.accept(IteratorBlock.java:242)
at freemarker.core.Environment.visitIteratorBlock(Environment.java:595)
at freemarker.core.IteratorBlock.acceptWithResult(IteratorBlock.java:107)
at freemarker.core.IteratorBlock.accept(IteratorBlock.java:93)
at freemarker.core.Environment.visit(Environment.java:326)
at freemarker.core.Environment.visit(Environment.java:368)
at freemarker.core.IteratorBlock$IterationContext.executedNestedContentForCollOrSeqListing(IteratorBlock.java:315)
at freemarker.core.IteratorBlock$IterationContext.executeNestedContent(IteratorBlock.java:271)
at freemarker.core.IteratorBlock$IterationContext.accept(IteratorBlock.java:242)
at freemarker.core.Environment.visitIteratorBlock(Environment.java:595)
at freemarker.core.IteratorBlock.acceptWithResult(IteratorBlock.java:107)
at freemarker.core.IteratorBlock.accept(IteratorBlock.java:93)
at freemarker.core.Environment.visit(Environment.java:326)
at freemarker.core.Environment.visit(Environment.java:332)
at freemarker.core.Environment.process(Environment.java:305)
at freemarker.template.Template.process(Template.java:378)
at edu.usu.sdl.openstorefront.report.ComponentDetailReport.createHtml(ComponentDetailReport.java:297)
... 24 more
{panel}
{panel}
0.0
DI2E Storefront Redesign STORE-2942

As publisher of Confluence Entry Report I want all section expanded by default

Improvement In Backlog Critical Unresolved Unassigned Devin Shurtleff Devin Shurtleff Apr 09, 2018 9:57 AM   Sep 12, 2018 5:02 PM     2.16     0 1   Expand all section of the Entry Listing report by default or flat page.

Also, it would be nice to allow switching the template or adding a header, footer so the report can be somewhat customized since the publish is full page replace. 

In the DI2E space has some intro text.  Basically, we need to be able to change the output per config (as an option).

 

NOTE:

The sections in the entry listing report are now expanded by default. This ticket is going to split so that the completed functionality can be merged into 2.6 The remainder of the ticket will be completed later.

 
source-pmo 9223372036854775807 Sprint May2018-3 Admin Reporting
2 <p>Devin Shurtleff - 04/Jun/18 07:24 PM Comments from Email:</p>

<p>"</p>

<p>Of course, wouldn’t be myself without a couple comments:</p>
<ol>
<li>*I don’t like the collapsed by Alphabet.  Two reasons, first I just......</li>
</ol>
Devin Shurtleff
2|hx42dr: 0 0 Expand all section of the Entry Listing report by default or flat page.

Also, it would be nice to allow switching the template or adding a header, footer so the report can be somewhat customized since the publish is full page replace. 

In the DI2E space has some intro text.  Basically, we need to be able to change the output per config (as an option).

 

NOTE:

The sections in the entry listing report are now expanded by default. This ticket is going to split so that the completed functionality can be merged into 2.6 The remainder of the ticket will be completed later.

 
0.0 <p>Devin Shurtleff - 04/Jun/18 07:24 PM Comments from Email:</p>

<p>"</p>

<p>Of course, wouldn’t be myself without a couple comments:</p>
<ol>
<li><b>I don’t like the collapsed by Alphabet.  Two reasons, first I just want to scroll and not need to open 26 tabs.  Second, and more important, if I use the browser built in function to “find on page” if the word I’m searching for is under a collapsed tab, it won’t find it.</b>**</li>
<li><b>2^nd^ table is recently completed evaluation, suggest the title of the 4^th^ column to be Evaluation Completed Date (vice last updated)</b></li>
<li><b>For those that don’t have evaluation status, they should.  I think every asset should have a status tied to JIRA (I know you haven’t kept the integrations current Stan, but need to do so).  Even without integration, every asset should have a status.  I’m assuming you are using the DI2E Intent attribute for this?</b></li>
<li>I think the page should have something on it explaining what it is.  A paragraph or 2.  Maybe a link to SF.  Maybe directions on how to get a project listed?</li>
<li><b>I could go with a “recently added” table for new entries, to go with recently updated and recently completed evaluation.</b> </li>
<li>Can you split where the table goes?  I could see the 2 (or 3) smaller tables ending up on the DI2E Framework landing page (or maybe a subset of those tables with just the entry name…)</li>
<li>And as discussed, we need to get the data that was in the old pages either linked here, or added to the SF.  The old evaluation data."</li>
</ol>
DI2E Storefront Redesign STORE-2934

As an admin I would expect better validation on entry types and required attributes with no codes.

Improvement In Backlog Low Unresolved Unassigned Blaine Esplin Blaine Esplin Apr 02, 2018 2:18 PM   Dec 06, 2018 3:53 PM     2.12     0 1 _thumb_160328.png   With the latest build (13:24:14 MDT) when I have a required attribute with no codes and I go to do a new entry of that type I don't even see it in the new entry form (see screenshot)

I should see _Apple that has my new entry type associated.  OK so there are no errors since the attribute is required with no user entry and has no codes.  But it is frustrating because I know I set it up and now I can't see it.  If we are going to go this route we need to at least display it in the drop-down (grayed out?) so that you know it is there but it cannot be selected or you get an error.

Alternatively let the user see it and select it and then when you go to save put up an error message saying that "This entry type has a required attribute <name of attribute> that has no user codes entered and does not allow user entered codes.  Please add applicable codes from the Attributes page under <name of attribute>

As it is you get no error, but there is no explanation and a bad user experience as to why you cannot enter an entry of that type.

*Perhaps the right thing to do would be to check for this when the Attribute is assigned to the Entry Type?  This should not allow me to do it with no codes:*

 
source-testing 9223372036854775807 Admin Entries
2
Blaine Esplin
2|huiajb: 0 0 With the latest build (13:24:14 MDT) when I have a required attribute with no codes and I go to do a new entry of that type I don't even see it in the new entry form (see screenshot)

I should see _Apple that has my new entry type associated.  OK so there are no errors since the attribute is required with no user entry and has no codes.  But it is frustrating because I know I set it up and now I can't see it.  If we are going to go this route we need to at least display it in the drop-down (grayed out?) so that you know it is there but it cannot be selected or you get an error.

Alternatively let the user see it and select it and then when you go to save put up an error message saying that "This entry type has a required attribute <name of attribute> that has no user codes entered and does not allow user entered codes.  Please add applicable codes from the Attributes page under <name of attribute>

As it is you get no error, but there is no explanation and a bad user experience as to why you cannot enter an entry of that type.

*Perhaps the right thing to do would be to check for this when the Attribute is assigned to the Entry Type?  This should not allow me to do it with no codes:*

 
0.0
DI2E Storefront Redesign STORE-2932

SPOON Mobile Web

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Apr 02, 2018 11:45 AM   Aug 30, 2018 1:38 PM           0 1   ghx-label-9 9223372036854775807 SPOON Mobile Web Done ghx-label-8
Rex Nethercott
2|hwdoqv: 0 0 0.0
DI2E Storefront Redesign STORE-2931

SPOON SME Workflow

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Apr 02, 2018 11:44 AM   Oct 19, 2018 11:46 AM           0 2   ghx-label-5 9223372036854775807 SPOON SME Workflow Done ghx-label-4
Brigham Michaelis, Rex Nethercott
2|hwdorb: 0 0 0.0
DI2E Storefront Redesign STORE-2908

I want to collapse and expand all Entry types

Improvement In Backlog High Unresolved Unassigned Blaine Esplin Blaine Esplin Mar 20, 2018 11:31 AM   Sep 10, 2018 5:12 PM   2.5.3 2.17.5     0 1   As I get more and more sub and sub sub sub Entry Types I am realizing that we really should have a collapse all and an expand all button for this page. source-testing 9223372036854775807 SPOON Topic Pages
Blaine Esplin
2|hxd9on: 0 0 As I get more and more sub and sub sub sub Entry Types I am realizing that we really should have a collapse all and an expand all button for this page. 0.0
DI2E Storefront Redesign STORE-2905

A a user I want to quickly create multiple templates; but they get overwritten

Improvement In Backlog Medium Unresolved Unassigned Blaine Esplin Blaine Esplin Mar 20, 2018 10:06 AM   Sep 12, 2018 5:03 PM     2.9     0 1   To Reproduce:

Go to Admin Tools -> Data Management -> Entry Templates

Click + Add to add a template

Drag some items.  Name the template.

Click Save/Continue.

At this point I believe the window should close.

I continued to tweak the template, give it a second name, and hit save.  I did this several times.  When I was done I expected numerous templates, but found that I only had one.  Closing the box after save would avoid this potential user problem.
source-testing 9223372036854775807 Admin Entries
1 <p>Blaine Esplin - 21/Mar/18 03:34 PM On one hand you don't want to loose changes so a frequent save is good.</p>

<p>On the other hand if you want to enter multiples you either want to save the window ......</p>
Blaine Esplin
2|hxd8w7: 0 0 To Reproduce:

Go to Admin Tools -> Data Management -> Entry Templates

Click + Add to add a template

Drag some items.  Name the template.

Click Save/Continue.

At this point I believe the window should close.

I continued to tweak the template, give it a second name, and hit save.  I did this several times.  When I was done I expected numerous templates, but found that I only had one.  Closing the box after save would avoid this potential user problem.
0.0 <p>Blaine Esplin - 21/Mar/18 03:34 PM On one hand you don't want to loose changes so a frequent save is good.</p>

<p>On the other hand if you want to enter multiples you either want to save the window or clear out the fields and start a new entry–or at lease differentiate it. </p>

<p>Possible solutions:</p>
<ol>
<li>Show a last saved.</li>
<li>Add a second button for Save and Close vs Save and Continue?</li>
</ol>


<p> </p>
DI2E Storefront Redesign STORE-2904

Custom template blocks not working properly

Bug In Backlog High Unresolved Unassigned Blaine Esplin Blaine Esplin Mar 16, 2018 1:12 PM   Mar 18, 2019 4:20 PM     2.18     0 1 _thumb_156153.png _thumb_156152.png   When running the regression and re-writing it under STORE-2094 (Zephyr ticket) I came across this.  I was using Chrome at the time:
# Per the test I have added a tabbed block to Entry Templates. 
# I then add some other code blocks below
# When previewing and then saving and searching for the entries everything below the tabbed code block is cut-off (not scroll-able?) at the bottom:

!image-2018-03-16-13-11-18-010.png!

!image-2018-03-16-13-12-22-562.png!

 
source-testing 9223372036854775807 Admin Entries
3
Blaine Esplin
2|hxcvwf: 0 0 When running the regression and re-writing it under STORE-2094 (Zephyr ticket) I came across this.  I was using Chrome at the time:
# Per the test I have added a tabbed block to Entry Templates. 
# I then add some other code blocks below
# When previewing and then saving and searching for the entries everything below the tabbed code block is cut-off (not scroll-able?) at the bottom:

!image-2018-03-16-13-11-18-010.png!

!image-2018-03-16-13-12-22-562.png!

 
0.0
DI2E Storefront Redesign STORE-2903

As an Evaluator I want to be able to see which question I'm working on in the sidebar

Improvement In Backlog High Unresolved Unassigned Aaron Fine Aaron Fine Mar 15, 2018 3:49 PM   Sep 10, 2018 5:12 PM     2.18     0 1 _thumb_155968.png   When working on checklist questions it is easy to forget which question number you are working on. See the attached screenshot. Which question is that screenshot related to (It's actually question 65)? 

Proposed fix is to add Prev and Next buttons so that the questions can be traversed in order (any order, really) and to add a highlight or other indicator (perhaps in the title of the sub-window?) allowing for easy visual identification of which question is currently selected.  !Question Interface Update.png!
source-coe-suggestion 9223372036854775807 User Evaluation
2
Aaron Fine
2|hxcron: 0 0 When working on checklist questions it is easy to forget which question number you are working on. See the attached screenshot. Which question is that screenshot related to (It's actually question 65)? 

Proposed fix is to add Prev and Next buttons so that the questions can be traversed in order (any order, really) and to add a highlight or other indicator (perhaps in the title of the sub-window?) allowing for easy visual identification of which question is currently selected.  !Question Interface Update.png!
0.0
DI2E Storefront Redesign STORE-2900

focus resnapping in evaluation

Bug In Backlog High Unresolved Unassigned Brigham Michaelis Brigham Michaelis Mar 13, 2018 10:08 AM   Sep 10, 2018 5:12 PM     2.18     0 1   When you are in the evaluation side of an entry, go to the questions section.

When you are in the question section select a question by double clicking on it, like you were going to edit it.

Now add some text to the response area of the question, save and exit the question editing window.

From a different window on your computer copy some text to the clipboard.

Back in the question section for the entry evaluation, scroll down about 10 questions.

Now click on the question's response cell to edit the question.

If you the bug exists the entire question section view should resnap to the last question answered.

 
source-user 9223372036854775807 User Evaluation
2
Brigham Michaelis
2|hxcaqv: 0 0 When you are in the evaluation side of an entry, go to the questions section.

When you are in the question section select a question by double clicking on it, like you were going to edit it.

Now add some text to the response area of the question, save and exit the question editing window.

From a different window on your computer copy some text to the clipboard.

Back in the question section for the entry evaluation, scroll down about 10 questions.

Now click on the question's response cell to edit the question.

If you the bug exists the entire question section view should resnap to the last question answered.

 
0.0
DI2E Storefront Redesign STORE-2896

Update Entry Type to Entry Assignment Tool for better required attribute handling

Improvement In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Mar 06, 2018 12:12 PM   Sep 10, 2018 5:11 PM     2.17.5     0 1   Add handling for require attribute changes (valid or missing and then provide tool for adding missing) SPOON, source-developer 9223372036854775807 SPOON Topic Pages
3
Devin Shurtleff
2|hxb16n: 0 0 Add handling for require attribute changes (valid or missing and then provide tool for adding missing) 0.0
DI2E Storefront Redesign STORE-2895

Improvements to Confluence Report

Improvement In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Mar 06, 2018 9:02 AM   Sep 10, 2018 5:11 PM     2.16     0 1   From Dave's email: "

You mentioned in your email “recently published”.  I don’t see that on the page.  Is that same as “recently completed evaluation”.  Words don’t match in my mind, publish can happen without evaluation (should be happening before evaluation as good data is available, such as description and POC info). 

 

Of course, wouldn’t be myself without a couple comments:
* I don’t like the collapsed by Alphabet.  Two reasons, first I just want to scroll and not need to open 26 tabs.  Second, and more important, if I use the browser built in function to “find on page” if the word I’m searching for is under a collapsed tab, it won’t find it.
** Expand by default.
**
* 2^nd^ table is recently completed evaluation, suggest the title of the 4^th^ column to be Evaluation Completed Date (vice last updated)
** Label change
**
* For those that don’t have evaluation status, they should.  I think every asset should have a status tied to JIRA (I know you haven’t kept the integrations current Stan, but need to do so).  Even without integration, every asset should have a status.  I’m assuming you are using the DI2E Intent attribute for this?
** Discuss with Dave
**
* I think the page should have something on it explaining what it is.  A paragraph or 2.  Maybe a link to SF.  Maybe directions on how to get a project listed?
** just use static page in-front.
**
* I could go with a “recently added” table for new entries, to go with recently updated and recently completed evaluation. 
** add table
* Can you split where the table goes?  I could see the 2 (or 3) smaller tables ending up on the DI2E Framework landing page (or maybe a subset of those tables with just the entry name…)
** This would be take quite a bit of dev work to "inject" or partially automated an existing page.  Do able but, 
* And as discussed, we need to get the data that was in the old pages either linked here, or added to the SF.  The old evaluation data."
** Keep the old evals as is in confluence with link to SF.  If the eval is new or updating then can be done in the SF.

We discussed....but, further discussion pending.

 
source-pmo 9223372036854775807 Admin Reporting
<p>Devin Shurtleff - 16/Mar/18 07:13 PM <a href="https://confluence.di2e.net/display/DFC/Transition+Plan+and+Update+for+Auto-Publish+Confluence+Storefront+Entries" class="external-link" rel="nofollow">https://confluence.di2e.net/display/DFC/Transition+Plan+and+Update+for+Auto-Publish+Confluence+Storefront+Entries</a><br/>
Devin Shurtleff - 08/Mar/18 08:18 PM This......</p>
Devin Shurtleff
2|hxaylj: 0 0 From Dave's email: "

You mentioned in your email “recently published”.  I don’t see that on the page.  Is that same as “recently completed evaluation”.  Words don’t match in my mind, publish can happen without evaluation (should be happening before evaluation as good data is available, such as description and POC info). 

 

Of course, wouldn’t be myself without a couple comments:
* I don’t like the collapsed by Alphabet.  Two reasons, first I just want to scroll and not need to open 26 tabs.  Second, and more important, if I use the browser built in function to “find on page” if the word I’m searching for is under a collapsed tab, it won’t find it.
** Expand by default.
**
* 2^nd^ table is recently completed evaluation, suggest the title of the 4^th^ column to be Evaluation Completed Date (vice last updated)
** Label change
**
* For those that don’t have evaluation status, they should.  I think every asset should have a status tied to JIRA (I know you haven’t kept the integrations current Stan, but need to do so).  Even without integration, every asset should have a status.  I’m assuming you are using the DI2E Intent attribute for this?
** Discuss with Dave
**
* I think the page should have something on it explaining what it is.  A paragraph or 2.  Maybe a link to SF.  Maybe directions on how to get a project listed?
** just use static page in-front.
**
* I could go with a “recently added” table for new entries, to go with recently updated and recently completed evaluation. 
** add table
* Can you split where the table goes?  I could see the 2 (or 3) smaller tables ending up on the DI2E Framework landing page (or maybe a subset of those tables with just the entry name…)
** This would be take quite a bit of dev work to "inject" or partially automated an existing page.  Do able but, 
* And as discussed, we need to get the data that was in the old pages either linked here, or added to the SF.  The old evaluation data."
** Keep the old evals as is in confluence with link to SF.  If the eval is new or updating then can be done in the SF.

We discussed....but, further discussion pending.

 
0.0 <p>Devin Shurtleff - 16/Mar/18 07:13 PM <a href="https://confluence.di2e.net/display/DFC/Transition+Plan+and+Update+for+Auto-Publish+Confluence+Storefront+Entries" class="external-link" rel="nofollow">https://confluence.di2e.net/display/DFC/Transition+Plan+and+Update+for+Auto-Publish+Confluence+Storefront+Entries</a><br/>
Devin Shurtleff - 08/Mar/18 08:18 PM This will need to be broken up depending on what is needed.</p>
DI2E Storefront Redesign STORE-2891

Changing Status in an Evaluation caused the Saved popup but page still shows Unsaved Changes

Bug In Backlog High Unresolved Unassigned Aaron Fine Aaron Fine Mar 05, 2018 11:02 AM   Sep 12, 2018 4:31 PM     2.18     0 1 _thumb_152952.png   Changing the status of a Section in an Evaluation caused the Saved Section popup to appear but the page still shows that there are unsaved changes. 

 

!image-2018-03-05-11-02-40-838.png!
source-testing 9223372036854775807 User Evaluation
2
Aaron Fine
2|huiajj: 0 0 Changing the status of a Section in an Evaluation caused the Saved Section popup to appear but the page still shows that there are unsaved changes. 

 

!image-2018-03-05-11-02-40-838.png!
0.0
DI2E Storefront Redesign STORE-2889

Editing an Evaluation should not cause there to be Unsaved Changes

Bug In Backlog High Unresolved Unassigned Aaron Fine Aaron Fine Mar 05, 2018 10:30 AM   Sep 12, 2018 4:31 PM     2.18     0 1 _thumb_152922.png   After clicking on an unpublished evaluation to edit the evaluation the Entry Summary screen was displayed but claimed that there were unsaved changes. I would expect that a freshly opened evaluation would have no unsaved changes. 

!image-2018-03-05-10-30-54-314.png!
source-testing 9223372036854775807 User Evaluation
2
Aaron Fine
2|huiajr: 0 0 After clicking on an unpublished evaluation to edit the evaluation the Entry Summary screen was displayed but claimed that there were unsaved changes. I would expect that a freshly opened evaluation would have no unsaved changes. 

!image-2018-03-05-10-30-54-314.png!
0.0
DI2E Storefront Redesign STORE-2885

As admin, I want to be able to create, edit and delete topic pages

New Feature In Backlog High Unresolved Unassigned Rex Nethercott Rex Nethercott Mar 05, 2018 8:21 AM   Sep 10, 2018 5:11 PM     2.17.5     0 1   9223372036854775807 SPOON Topic Pages
5
Rex Nethercott
2|hxapnj: 0 0 0.0
DI2E Storefront Redesign STORE-2882

As user, I want to be able to see categories and sub-categories on the landing page.

New Feature In Backlog High Unresolved Unassigned Rex Nethercott Rex Nethercott Mar 05, 2018 8:18 AM   Sep 10, 2018 5:11 PM     2.17.5     0 1   9223372036854775807 SPOON Topic Pages
3
Rex Nethercott
2|hxapmf: 0 0 0.0
DI2E Storefront Redesign STORE-2881

As user, I want to see topic pages for categories and sub-categories

New Feature In Backlog High Unresolved Unassigned Rex Nethercott Rex Nethercott Mar 05, 2018 8:17 AM   Sep 10, 2018 5:10 PM     2.17.5     0 1   9223372036854775807 SPOON Topic Pages
5
Rex Nethercott
2|hxapm7: 0 0 0.0
DI2E Storefront Redesign STORE-2874

Relationship - download image does not work

Bug Groom High Unresolved Unassigned Blaine Esplin Blaine Esplin Mar 01, 2018 1:21 PM   Dec 06, 2018 4:06 PM     2.15.5     0 3 _thumb_190058.png   In the User Tools, relationships area click on download image when a visual relationship is displayed, nothing happens.  This is true for Chrome as well as IE11. 9223372036854775807 Admin Relation Tools
2 <p>Brigham Michaelis - 06/Oct/18 04:19 AM When this ticket gets attention, it should be noted that there is something like a 2MB file size limit. If the image is larger than that it may not work co......</p>
Blaine Esplin, Brigham Michaelis, Devin Shurtleff
2|hxafe7: 0 0 In the User Tools, relationships area click on download image when a visual relationship is displayed, nothing happens.  This is true for Chrome as well as IE11. 0.0 <p>Brigham Michaelis - 06/Oct/18 04:19 AM When this ticket gets attention, it should be noted that there is something like a 2MB file size limit. If the image is larger than that it may not work correctly. This happened on my machine when I used the entire screen and it was fine when I shrunk the size of the browser.<br/>
Devin Shurtleff - 10/Aug/18 05:23 PM Worked for me in Chrome. However, we can investigate in the future.<br/>
Blaine Esplin - 17/May/18 09:02 PM Adding fix version as I see this in the regression.  Should be fixed (see screenshot attached)</p>

<p> <br/>
  <span class="image-wrap" style=""><img src="https://jira.di2e.net/secure/attachment/190058/190058_image-2018-05-17-15-03-07-172.png" style="border: 0px solid black" /></span><br/>
 </p>
DI2E Storefront Redesign STORE-2872

Checklist saves but really doesn't and re-prompts to save

Bug In Backlog High Unresolved Unassigned Jacob Strong Jacob Strong Feb 28, 2018 10:16 AM   Sep 10, 2018 5:10 PM     2.18     0 1   I've had this issue where I would save my work then click on the next item and the dialog box that asks if you'd like to discard your work pops up. I assumed I just wasn't giving it enough time to save but I noticed it would save and then not. This happens about one in four times I save.

 

Here is a video of it happening.

[^2018-02-28 10-10-16.mp4]
9223372036854775807 User Evaluation
2
Jacob Strong
2|hxa3d3: 0 0 I've had this issue where I would save my work then click on the next item and the dialog box that asks if you'd like to discard your work pops up. I assumed I just wasn't giving it enough time to save but I noticed it would save and then not. This happens about one in four times I save.

 

Here is a video of it happening.

[^2018-02-28 10-10-16.mp4]
0.0
DI2E Storefront Redesign STORE-2869

Relationships- add entry adds too many

Bug In Backlog High Unresolved Unassigned Blaine Esplin Blaine Esplin Feb 23, 2018 10:00 AM   Sep 10, 2018 5:09 PM     2.15.5     0 1 _thumb_150709.png   To Reproduce:

[http://sf-jenkins.usurf.usu.edu:9010/openstorefront/UserTool.action?load=Relationships]

If you try to add a new entry, we probably need an Enter Key or submit or something.  As I start typing "hello" it ads an entry for "h" and for "he" and for "hel" and so forth for each keypress.

 NOTE that this appears to only be in IE11.  It does not happen in Chrome.
source-testing 9223372036854775807 User Relation Tools
1
Blaine Esplin
2|hx9d7z: 0 0 To Reproduce:

[http://sf-jenkins.usurf.usu.edu:9010/openstorefront/UserTool.action?load=Relationships]

If you try to add a new entry, we probably need an Enter Key or submit or something.  As I start typing "hello" it ads an entry for "h" and for "he" and for "hel" and so forth for each keypress.

 NOTE that this appears to only be in IE11.  It does not happen in Chrome.
0.0
DI2E Storefront Redesign STORE-2868

Contact Us needs to replace Feedback throughout site

Improvement In Backlog Medium Unresolved Unassigned Cameron Cummings Cameron Cummings Feb 22, 2018 5:24 PM   Sep 10, 2018 5:09 PM     2.17     0 1   We no longer have a *Feedback* form/link. Anywhere that references *Feedback* needs to be changed to *Contact Us*. store-dev 9223372036854775807 System UI
2
Cameron Cummings
2|hx99zr: 0 0 We no longer have a *Feedback* form/link. Anywhere that references *Feedback* needs to be changed to *Contact Us*. 0.0
DI2E Storefront Redesign STORE-2851

As an evaluator I want the scoring criteria to be visible by default.

Improvement In Backlog High Unresolved Unassigned Brigham Michaelis Brigham Michaelis Feb 15, 2018 1:17 PM   Sep 10, 2018 5:08 PM     2.18     0 1   In the question section when reviewing the questions and answers the "Scoring Criteria" column should be enable by default. source-coe-suggestion 9223372036854775807 User Evaluation
1
Brigham Michaelis
2|hx84rb: 0 0 In the question section when reviewing the questions and answers the "Scoring Criteria" column should be enable by default. 0.0
DI2E Storefront Redesign STORE-2850

Misc Spoon Tasks

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Feb 15, 2018 1:07 PM   Apr 23, 2018 11:25 AM           0 1   9223372036854775807 SPOON Maintenance Done ghx-label-9
Rex Nethercott
2|hwdouv: 0 0 0.0
DI2E Storefront Redesign STORE-2844

As an Admin I need a report that shows the entries created in a given time period

New Feature In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Feb 08, 2018 4:08 PM   Sep 12, 2018 5:03 PM     2.16     0 1   This would include:

 
|"Entry Name",|
| |"Entry Type",|
| |"Entry Organization",|
| |"Approval Status",|
| |"Submission Date (Only exists if a non-admin)",|
| |"Submitter Name",|
| |"Submitter Email",|
| |"Submitter Organization",|
| |"Create Date",|
| |"Create User (Current Owner)",|
| |"Update Date",|
| |"Update User|

 

 
SPOON, source-spoon-pmo 9223372036854775807 Admin Reporting
2
Devin Shurtleff
2|hxeo2f: 0 0 This would include:

 
|"Entry Name",|
| |"Entry Type",|
| |"Entry Organization",|
| |"Approval Status",|
| |"Submission Date (Only exists if a non-admin)",|
| |"Submitter Name",|
| |"Submitter Email",|
| |"Submitter Organization",|
| |"Create Date",|
| |"Create User (Current Owner)",|
| |"Update Date",|
| |"Update User|

 

 
0.0
DI2E Storefront Redesign STORE-2840

As a User I would like to have a short "share" link to an entry

New Feature In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Feb 06, 2018 9:37 AM   Sep 10, 2018 5:08 PM     2.21     0 1   Create a sharable link to an entry with a short URL.  Look at confluence for example. 

The challenge is with the redirects when the user is not logged in.  (It going through open am that has issues.)  Once, logged

Also, if we don't have openstorefront context in the url that will also require a redirect from the proxy server to match to something the storefront understands.

 

 
source-pmo 9223372036854775807 User Engagement
3
Devin Shurtleff
2|hx6a8f: 0 0 Create a sharable link to an entry with a short URL.  Look at confluence for example. 

The challenge is with the redirects when the user is not logged in.  (It going through open am that has issues.)  Once, logged

Also, if we don't have openstorefront context in the url that will also require a redirect from the proxy server to match to something the storefront understands.

 

 
0.0
DI2E Storefront Redesign STORE-2838

As develop/test I need to verify the system setup

Improvement In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Feb 05, 2018 3:38 PM   Sep 10, 2018 5:07 PM     2.20     0 1   Re-structure and re-focus the container test to be used on acceptance/spoon staging to verify configuration and setup.

_ Some test may need shift to types of testing.  

_ Simple/automated output formats.

_ Also it should different config (skip tests like Jira when feature/setup is not enabled.)

 

_setup jenkins build to kick this off before regression
source-developer 9223372036854775807 System Tests
3
Devin Shurtleff
2|hx66lr: 0 0 Re-structure and re-focus the container test to be used on acceptance/spoon staging to verify configuration and setup.

_ Some test may need shift to types of testing.  

_ Simple/automated output formats.

_ Also it should different config (skip tests like Jira when feature/setup is not enabled.)

 

_setup jenkins build to kick this off before regression
0.0
DI2E Storefront Redesign STORE-2836

As admin would like to filter the new logins widget to remove internal groups

Improvement In Backlog High Unresolved Unassigned Rex Nethercott Rex Nethercott Jan 31, 2018 1:58 PM   Sep 10, 2018 5:06 PM     2.17     0 1   source-pmo 9223372036854775807 User Dashboard
3
Rex Nethercott
2|hx5fyf: 0 0 0.0
DI2E Storefront Redesign STORE-2835

As admin would like to filter off internal groups from the report

Improvement In Backlog High Unresolved Unassigned Rex Nethercott Rex Nethercott Jan 31, 2018 1:57 PM   Sep 10, 2018 5:06 PM     2.16     0 1   This assumes that people can be grouped correctly in DI2E  source-pmo 9223372036854775807 Admin Reporting
3
Rex Nethercott
2|hx5fxr: 0 0 This assumes that people can be grouped correctly in DI2E  0.0
DI2E Storefront Redesign STORE-2834

As admin, want report to show what changed in the Entry Status update

Improvement In Backlog High Unresolved Unassigned Rex Nethercott Rex Nethercott Jan 31, 2018 1:56 PM   Sep 10, 2018 5:06 PM     2.16     0 1   source-pmo 9223372036854775807 Admin Reporting
3 <p>Rex Nethercott - 01/Feb/18 08:17 PM Assuming the change logs are there and have correct information.</p>
Rex Nethercott
2|hx5fxj: 0 0 0.0 <p>Rex Nethercott - 01/Feb/18 08:17 PM Assuming the change logs are there and have correct information.</p>
DI2E Storefront Redesign STORE-2830

As system, I want jobs created to perform data pull for entry creation

New Feature In Backlog High Unresolved Unassigned Rex Nethercott Rex Nethercott Jan 30, 2018 2:24 PM   Sep 10, 2018 5:05 PM     2.16.5     0 1   source-developer 9223372036854775807 Automatic Data Management
5 <p>Rex Nethercott - 01/Feb/18 08:24 PM This is for creation of entries</p>
Rex Nethercott
2|hx585j: 0 0 0.0 <p>Rex Nethercott - 01/Feb/18 08:24 PM This is for creation of entries</p>
DI2E Storefront Redesign STORE-2829

As admin, I want to manually perform entry update to pull data from repo resource links

New Feature In Backlog High Unresolved Unassigned Rex Nethercott Rex Nethercott Jan 30, 2018 2:23 PM   Sep 10, 2018 5:05 PM     2.16.5     0 1   source-developer 9223372036854775807 Automatic Data Management
3 <p>Rex Nethercott - 01/Feb/18 08:30 PM This is for the work of integration of framework changes to the existing UI for the update. </p>
Rex Nethercott
2|hx5853: 0 0 0.0 <p>Rex Nethercott - 01/Feb/18 08:30 PM This is for the work of integration of framework changes to the existing UI for the update. </p>
DI2E Storefront Redesign STORE-2828

As admin want to manually perform entry update job for JIRA Hosted Projects

New Feature In Backlog High Unresolved Unassigned Rex Nethercott Rex Nethercott Jan 30, 2018 2:22 PM   Sep 10, 2018 5:05 PM     2.16.5     0 1   source-developer 9223372036854775807 Automatic Data Management
3
Rex Nethercott
2|hx584f: 0 0 0.0
DI2E Storefront Redesign STORE-2827

As system, need to modify the data model to allow for automated data pull

New Feature In Backlog High Unresolved Unassigned Rex Nethercott Rex Nethercott Jan 30, 2018 2:21 PM   Sep 10, 2018 5:05 PM     2.16.5     0 1   source-developer 9223372036854775807 Automatic Data Management
5
Rex Nethercott
2|hx5847: 0 0 0.0
DI2E Storefront Redesign STORE-2826

As user or admin want to add a repository for a project to get latest resource link change dates

New Feature In Backlog High Unresolved Unassigned Rex Nethercott Rex Nethercott Jan 30, 2018 2:20 PM   Sep 10, 2018 5:05 PM     2.16.5     0 1   source-developer 9223372036854775807 Automatic Data Management
13
Rex Nethercott
2|hx583r: 0 0 0.0
DI2E Storefront Redesign STORE-2824

As admin want to approve JIRA Hosted Projects data pull

New Feature In Backlog High Unresolved Unassigned Rex Nethercott Rex Nethercott Jan 30, 2018 2:16 PM   Sep 10, 2018 5:05 PM     2.16.5     0 1   source-developer 9223372036854775807 Automatic Data Management
3
Rex Nethercott
2|hx581b: 0 0 0.0
DI2E Storefront Redesign STORE-2823

As user or admin want to be able to set submission entry to auto approve an update

New Feature In Backlog High Unresolved Unassigned Rex Nethercott Rex Nethercott Jan 30, 2018 2:14 PM   Sep 10, 2018 5:04 PM     2.16.5     0 1   source-developer 9223372036854775807 Automatic Data Management
5
Rex Nethercott
2|hx580n: 0 0 0.0
DI2E Storefront Redesign STORE-2822

As system, want to allow multi-factor authentication on login RESEARCH

New Feature In Backlog High Unresolved Unassigned Rex Nethercott Rex Nethercott Jan 30, 2018 9:53 AM   Sep 10, 2018 5:04 PM     2.19     0 1   source-developer 9223372036854775807 System Security Tools
Rex Nethercott
2|hx5393: 0 0 0.0
DI2E Storefront Redesign STORE-2821

As system, should not allow concurrent login

New Feature In Backlog High Unresolved Unassigned Rex Nethercott Rex Nethercott Jan 30, 2018 9:52 AM   Sep 10, 2018 5:04 PM     2.19     0 1   source-developer 9223372036854775807 System Security Tools
5
Rex Nethercott
2|hx538n: 0 0 0.0
DI2E Storefront Redesign STORE-2820

As system, want to add captcha support in registration

New Feature In Backlog High Unresolved Unassigned Rex Nethercott Rex Nethercott Jan 30, 2018 9:51 AM   Sep 10, 2018 5:04 PM     2.19     0 1   source-developer 9223372036854775807 System Security Tools
3
Rex Nethercott
2|hx5387: 0 0 0.0
DI2E Storefront Redesign STORE-2819

As system, want to add password expiration for users

New Feature In Backlog High Unresolved Unassigned Rex Nethercott Rex Nethercott Jan 30, 2018 9:50 AM   Sep 10, 2018 5:03 PM     2.19     0 1   source-developer 9223372036854775807 System Security Tools
5
Rex Nethercott
2|hx537r: 0 0 0.0
DI2E Storefront Redesign STORE-2818

As system, want to add proxy support to security

New Feature In Backlog High Unresolved Unassigned Rex Nethercott Rex Nethercott Jan 30, 2018 9:49 AM   Sep 10, 2018 5:03 PM     2.19     0 1   source-developer 9223372036854775807 System Security Tools
5
Rex Nethercott
2|hx537b: 0 0 0.0
DI2E Storefront Redesign STORE-2817

Logging Improvements

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Jan 30, 2018 8:48 AM   May 29, 2019 2:25 PM           0 1   9223372036854775807 User Logging Done ghx-label-6
Rex Nethercott
2|hwe2mv: 0 0 0.0
DI2E Storefront Redesign STORE-2816

Admin Branding Improvements

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Jan 29, 2018 5:19 PM   Nov 15, 2018 10:40 AM           0 1   9223372036854775807 Admin Branding To Do ghx-label-4
Rex Nethercott
2|hwe2fj: 0 0 0.0
DI2E Storefront Redesign STORE-2815

Admin User Managment

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Jan 29, 2018 5:10 PM   May 31, 2019 9:30 AM           0 1   9223372036854775807 Admin User Mgmt. To Do ghx-label-2
Rex Nethercott
2|hwe2jj: 0 0 0.0
DI2E Storefront Redesign STORE-2814

Plugins Development

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Jan 29, 2018 5:04 PM   Nov 29, 2018 1:02 PM           0 1   9223372036854775807 System Plugins To Do ghx-label-9
Rex Nethercott
2|hwe2pr: 0 0 0.0
DI2E Storefront Redesign STORE-2813

Search Improvements

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Jan 29, 2018 5:04 PM   May 24, 2019 8:50 AM           0 1   9223372036854775807 User Search To Do ghx-label-7
Rex Nethercott
2|hwe2nr: 0 0 0.0
DI2E Storefront Redesign STORE-2812

Q/A Admin Tool

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Jan 29, 2018 5:00 PM   Nov 15, 2018 10:37 AM           0 1   9223372036854775807 Admin Ques/Ans Tools To Do ghx-label-5
Rex Nethercott
2|hwe2k7: 0 0 0.0
DI2E Storefront Redesign STORE-2811

Version Updates

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Jan 29, 2018 4:58 PM   Jan 15, 2019 10:17 AM           0 1   9223372036854775807 System Updates To Do ghx-label-3
Rex Nethercott
2|hwe2rb: 0 0 0.0
DI2E Storefront Redesign STORE-2809

Security Tools Improvements

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Jan 29, 2018 4:54 PM   Oct 19, 2018 11:47 AM           0 1   9223372036854775807 System Security Tools To Do ghx-label-1
Rex Nethercott
2|hwe2qn: 0 0 0.0
DI2E Storefront Redesign STORE-2808

TinyMCE Improvements

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Jan 29, 2018 4:50 PM   Apr 23, 2018 11:51 AM           0 1   9223372036854775807 TInyMCE Improvements Done ghx-label-8
Rex Nethercott
2|hwe2ev: 0 0 0.0
DI2E Storefront Redesign STORE-2802

As admin, adding support media, I should not see choices of media not supported

Improvement In Backlog Low Unresolved Unassigned Blaine Esplin Blaine Esplin Jan 26, 2018 11:18 AM May 31, 2019 9:23 AM May 31, 2019 9:29 AM     2.17     0 1 _thumb_145683.png   Log in as admin.  Go to Admin Tools → Data Management → Help → Support Media.  Click to +Add.

Note that in the entry box several (non valid) types exist for Media Type such as audio, image, text, and so forth.

Currently we only support Video and anything uploaded will be treated as video.  We should not confuse admins by providing these other unsupported options in the drop-down.
source-testing 9223372036854775807 Auto UI Tests
1 <p>Blaine Esplin - 01/Feb/18 09:03 PM Grooming 2/1: Remove the nonvalid options (everything but video) from the drop-down menu</p>
Blaine Esplin
2|hx4ny7: 0 0 Log in as admin.  Go to Admin Tools → Data Management → Help → Support Media.  Click to +Add.

Note that in the entry box several (non valid) types exist for Media Type such as audio, image, text, and so forth.

Currently we only support Video and anything uploaded will be treated as video.  We should not confuse admins by providing these other unsupported options in the drop-down.
0.0 <p>Blaine Esplin - 01/Feb/18 09:03 PM Grooming 2/1: Remove the nonvalid options (everything but video) from the drop-down menu</p>
DI2E Storefront Redesign STORE-2801

Need to be able to select text in popup windows

Improvement In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jan 25, 2018 3:02 PM   Sep 10, 2018 2:28 PM     2.14     0 2   I couldn't find the other ticket for this.   

 

Apply this change globally and check all windows in the application for and bad reprocussions

In some case, like on selection grids..is a different but related use-case.

 
source-developer 9223372036854775807 System UI
3 <p>Devin Shurtleff - 02/Feb/18 04:31 PM The title should be fixed.<br/>
Rex Nethercott - 30/Jan/18 05:00 PM looks like this got cut off on the title?</p>
Devin Shurtleff, Rex Nethercott
2|huiapb: 0 0 I couldn't find the other ticket for this.   

 

Apply this change globally and check all windows in the application for and bad reprocussions

In some case, like on selection grids..is a different but related use-case.

 
0.0 <p>Devin Shurtleff - 02/Feb/18 04:31 PM The title should be fixed.<br/>
Rex Nethercott - 30/Jan/18 05:00 PM looks like this got cut off on the title?</p>
DI2E Storefront Redesign STORE-2800

SonarQube

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Jan 25, 2018 1:41 PM   Apr 23, 2018 11:11 AM           0 1   9223372036854775807 SonarQube Done ghx-label-1
Rex Nethercott
2|hwdov3: 0 0 0.0
DI2E Storefront Redesign STORE-2798

As admin, allow custom submission form templates to be archived

New Feature In Backlog High Unresolved Unassigned Rex Nethercott Rex Nethercott Jan 24, 2018 2:01 PM   Oct 25, 2018 1:49 PM     2.16     0 1   There is different in handling between import/export vs archiving.  However, the processing of the data could/should be shared.
* Archiving support and entry types will need a dependency on archiving the form models.

Archiving should have a new option to export with or without dependencies.

 
9223372036854775807 Admin Submissions
3
Rex Nethercott
2|hx429j: 0 0 There is different in handling between import/export vs archiving.  However, the processing of the data could/should be shared.
* Archiving support and entry types will need a dependency on archiving the form models.

Archiving should have a new option to export with or without dependencies.

 
0.0
DI2E Storefront Redesign STORE-2795

Change requests on the dashboard 'pending approval list' should open a change request form view

Improvement In Backlog High Unresolved Unassigned Jacob Strong Jacob Strong Jan 24, 2018 10:30 AM   May 29, 2019 11:55 AM     2.17     0 2   It would be nice to be able to view the changes that were submitted in the Pending Approval Requests dashboard widget window. Right now it only shows the old submission.

 

We should launch a change request window for the change requests not a view entry window like it does for new entries. 
source-support 9223372036854775807 User Dashboard
3 <p>Rex Nethercott - 25/Jan/18 08:14 PM is the view isolated out?</p>
Jacob Strong, Rex Nethercott
2|hx4747: 0 0 It would be nice to be able to view the changes that were submitted in the Pending Approval Requests dashboard widget window. Right now it only shows the old submission.

 

We should launch a change request window for the change requests not a view entry window like it does for new entries. 
0.0 <p>Rex Nethercott - 25/Jan/18 08:14 PM is the view isolated out?</p>
DI2E Storefront Redesign STORE-2736

Local VRF Build Environment Setup

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Jan 23, 2018 2:28 PM   Mar 06, 2018 5:23 PM           0 1   9223372036854775807 Setup Local Build Environment @ SDL VRF Done ghx-label-5
Rex Nethercott
2|hwdopr: 0 0 0.0
DI2E Storefront Redesign STORE-2735

Jenkins Build Improvements

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Jan 23, 2018 2:26 PM   Jul 06, 2018 2:26 PM           0 1   9223372036854775807 System Build To Do ghx-label-3
Rex Nethercott
2|hwe2of: 0 0 0.0
DI2E Storefront Redesign STORE-2734

Branch Level Testing

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Jan 23, 2018 1:41 PM   Apr 23, 2018 9:26 AM           0 1   9223372036854775807 Branch Level Testing Done ghx-label-8
Rex Nethercott
2|hwdopj: 0 0 0.0
DI2E Storefront Redesign STORE-2732

A user should be warned when Importing and Exporting entries with data restrictions

Improvement In Backlog High Unresolved Unassigned Blaine Esplin Blaine Esplin Jan 23, 2018 10:06 AM   Nov 08, 2018 4:50 PM     2.19     0 2   *+Use Case:+*  _I recently ran into this, some admin somewhere sometime will too!_

1.  A user with admin access and all data permissions exports a bunch of entries.  A user with file access (but not data permissions access to the entries) then reads the exported .zip/ JASON file.  That user will see entries not intended to be seen (outside of the website)

2.  A user with admin access and limited data permissions imports entries.  The admin user does not see any newly imported entries because they all (or some) are data restricted.  This means that to the admin user doing the import that the import failed, as there are no new entries listed after the import is complete.

+*Suggestions:*+

A.  For 1. above it would be good to have a note or other fine print when exporting (on the export screen?) that says something to the effect of NOTE that exported entries may be data restricted for some users.  Please take needed precautions as to where the plain-text exported file is stored as it is viewable in any text display program to any users with permission to view the exported file.

B.  For 2. above it would be great to have a text message on the import screen that says something to the effect of NOTE that if data restricted entries are imported and you do not have permissions to view them that they will not show up after import, therefore it may appear that nothing was imported when it was, you are just not able to view it due to data (security) restrictions.

C.  Alternatively the better (harder) solution would be to count and display after import something such as:  32 entries imported, 32 _(or other appropriate number)_ of which are hidden from the current user due to data security restrictions.  Also on export it would say something to the effect of 32 entries exported, x of which have data security restrictions on them.
source-testing 9223372036854775807 Admin Imp. Exp. Arc.
2 <p>Rex Nethercott - 25/Jan/18 08:22 PM  </p>

<ul class="alternate" type="square">
<li>We want a warning when restricted items are imported/exported. </li>
</ul>


<ul class="alternate" type="square">
<li>Warning on the import/export page.</li>
</ul>
Blaine Esplin, Rex Nethercott
2|hx3ym7: 0 0 *+Use Case:+*  _I recently ran into this, some admin somewhere sometime will too!_

1.  A user with admin access and all data permissions exports a bunch of entries.  A user with file access (but not data permissions access to the entries) then reads the exported .zip/ JASON file.  That user will see entries not intended to be seen (outside of the website)

2.  A user with admin access and limited data permissions imports entries.  The admin user does not see any newly imported entries because they all (or some) are data restricted.  This means that to the admin user doing the import that the import failed, as there are no new entries listed after the import is complete.

+*Suggestions:*+

A.  For 1. above it would be good to have a note or other fine print when exporting (on the export screen?) that says something to the effect of NOTE that exported entries may be data restricted for some users.  Please take needed precautions as to where the plain-text exported file is stored as it is viewable in any text display program to any users with permission to view the exported file.

B.  For 2. above it would be great to have a text message on the import screen that says something to the effect of NOTE that if data restricted entries are imported and you do not have permissions to view them that they will not show up after import, therefore it may appear that nothing was imported when it was, you are just not able to view it due to data (security) restrictions.

C.  Alternatively the better (harder) solution would be to count and display after import something such as:  32 entries imported, 32 _(or other appropriate number)_ of which are hidden from the current user due to data security restrictions.  Also on export it would say something to the effect of 32 entries exported, x of which have data security restrictions on them.
0.0 <p>Rex Nethercott - 25/Jan/18 08:22 PM  </p>

<ul class="alternate" type="square">
<li>We want a warning when restricted items are imported/exported. </li>
</ul>


<ul class="alternate" type="square">
<li>Warning on the import/export page.</li>
</ul>
DI2E Storefront Redesign STORE-2731

These are our group for evaluation improvements

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Jan 22, 2018 5:22 PM   Jan 22, 2018 5:26 PM           0 1   9223372036854775807 Evaluation Improvements 3 Done ghx-label-2
Rex Nethercott
2|hx3uhr: 0 0
DI2E Storefront Redesign STORE-2730

These are miscellaneous tasks needed for Security Roles and Permissions

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Jan 22, 2018 5:15 PM   Jan 25, 2018 2:37 PM           0 1   9223372036854775807 Roles Misc Done ghx-label-9
Rex Nethercott
2|hx3uhb: 0 0
DI2E Storefront Redesign STORE-2729

Hosted Projects

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Jan 22, 2018 5:12 PM   Apr 02, 2018 11:44 AM           0 1   9223372036854775807 Hosted Projects To Do ghx-label-7
Rex Nethercott
2|hwdosv: 0 0 0.0
DI2E Storefront Redesign STORE-2728

Security marking Improvements

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Jan 22, 2018 5:10 PM   Apr 23, 2018 11:35 AM           0 1   9223372036854775807 Security Marking Improvements Done ghx-label-5
Rex Nethercott
2|hx3ugn: 0 0 0.0
DI2E Storefront Redesign STORE-2727

Security Permission Update

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Jan 22, 2018 5:05 PM   Apr 23, 2018 11:02 AM           0 1   9223372036854775807 Security Permission Update Done ghx-label-3
Rex Nethercott
2|hwdovr: 0 0 0.0
DI2E Storefront Redesign STORE-2726

Landing Page V3

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Jan 22, 2018 5:03 PM   Apr 26, 2018 3:28 PM           0 1   9223372036854775807 Landing Page V3 To Do ghx-label-1
Rex Nethercott
2|hwdosn: 0 0 0.0
DI2E Storefront Redesign STORE-2725

Data Import/Export Improvements

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Jan 22, 2018 3:23 PM   Jan 03, 2019 3:29 PM           0 1   9223372036854775807 Admin Imp. Exp. Arc. To Do ghx-label-8
Rex Nethercott
2|hwe2jr: 0 0 0.0
DI2E Storefront Redesign STORE-2724

Change request Improvments

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Jan 22, 2018 3:21 PM   Apr 23, 2018 1:23 PM           0 1   9223372036854775807 User Change Request To Do ghx-label-6
Rex Nethercott
2|hwe2lb: 0 0 0.0
DI2E Storefront Redesign STORE-2723

Admin Tag Improvements

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Jan 22, 2018 2:59 PM   Nov 15, 2018 10:36 AM           0 1   9223372036854775807 Admin Tags To Do ghx-label-2
Rex Nethercott
2|hwe2j3: 0 0 0.0
DI2E Storefront Redesign STORE-2722

System Configuration

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Jan 22, 2018 2:48 PM   Nov 15, 2018 12:59 PM           0 1   9223372036854775807 System Configuration To Do ghx-label-9
Rex Nethercott
2|hwe2on: 0 0 0.0
DI2E Storefront Redesign STORE-2721

Admin Bulk Tools

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Jan 22, 2018 2:41 PM   May 13, 2019 3:01 PM           0 1   9223372036854775807 Admin Bulk Tools To Do ghx-label-7
Rex Nethercott
2|hwe2fr: 0 0 0.0
DI2E Storefront Redesign STORE-2720

Admin Messaging

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Jan 22, 2018 2:39 PM   Dec 05, 2018 11:03 AM           0 1   9223372036854775807 Admin Messaging To Do ghx-label-5
Rex Nethercott
2|hwe2hj: 0 0 0.0
DI2E Storefront Redesign STORE-2719

Admin Entry Improvements

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Jan 22, 2018 2:35 PM   May 29, 2019 1:29 PM           0 1   9223372036854775807 Admin Entries To Do ghx-label-3
Rex Nethercott
2|hwe2gf: 0 0 0.0
DI2E Storefront Redesign STORE-2718

Dashboard Improvements

Epic Open High Unresolved Unassigned Rex Nethercott Rex Nethercott Jan 22, 2018 2:33 PM   Jun 18, 2018 5:11 PM           0 1   9223372036854775807 User Dashboard To Do ghx-label-1
Rex Nethercott
2|hwe2lj: 0 0 0.0
DI2E Storefront Redesign STORE-2716

Data Migration for Existing Configs

New Feature In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jan 19, 2018 5:02 PM   Sep 10, 2018 5:01 PM     2.16.5     0 2   Migrate existing data to match the new structure/ process. source-developer 9223372036854775807 Automatic Data Management
3 <p>Rex Nethercott - 08/Feb/18 08:13 PM Dup?</p>
Devin Shurtleff, Rex Nethercott
2|hx3kvz: 0 0 Migrate existing data to match the new structure/ process. 0.0 <p>Rex Nethercott - 08/Feb/18 08:13 PM Dup?</p>
DI2E Storefront Redesign STORE-2715

Create System Integration UI

New Feature In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jan 19, 2018 4:59 PM   Sep 10, 2018 5:01 PM     2.16.5     0 1   see mockup source-developer 9223372036854775807 Automatic Data Management
5
Devin Shurtleff
2|hx3kvj: 0 0 see mockup 0.0
DI2E Storefront Redesign STORE-2714

Update Component Integration UI Config

Improvement In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jan 19, 2018 4:58 PM   Sep 10, 2018 5:01 PM     2.16.5     0 1   See design mockup source-developer 9223372036854775807 Automatic Data Management
5
Devin Shurtleff
2|hx3kvb: 0 0 See design mockup 0.0
DI2E Storefront Redesign STORE-2713

Create Configuration Runner Framework

Improvement In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jan 19, 2018 4:57 PM   Sep 10, 2018 5:01 PM     2.16.5     0 1   Running framework 

SPI points

 
9223372036854775807 Automatic Data Management
5
Devin Shurtleff
2|hx3kv3: 0 0 Running framework 

SPI points

 
0.0
DI2E Storefront Redesign STORE-2712

As an Admin I need to be able to store system integrations

Improvement In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jan 19, 2018 4:52 PM   Sep 10, 2018 5:01 PM     2.16.5     0 1   * Create model
* Business servers
* Rest API
source-developer 9223372036854775807 Automatic Data Management
5
Devin Shurtleff
2|hx3kuv: 0 0 * Create model
* Business servers
* Rest API
0.0
DI2E Storefront Redesign STORE-2711

As an Admin I need to store component integrations and their configurations

Improvement In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jan 19, 2018 4:51 PM   Sep 10, 2018 5:01 PM     2.16.5     0 1   Create the models source-developer 9223372036854775807 Automatic Data Management
5
Devin Shurtleff
2|hx3kun: 0 0 Create the models 0.0
DI2E Storefront Redesign STORE-2707

Design Review: Landing Page V3

Design In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jan 19, 2018 3:50 PM   Sep 10, 2018 5:00 PM     2.17     0 1   Effort to do the new template for DI2E.

See mockup 

https://confluence.di2e.net/display/STORE/Security+Permission+Update

 

 
source-pmo 9223372036854775807 Landing Page V3
2
Devin Shurtleff
2|hx3kr3: 0 0 Effort to do the new template for DI2E.

See mockup 

https://confluence.di2e.net/display/STORE/Security+Permission+Update

 

 
0.0
DI2E Storefront Redesign STORE-2678

Add Data Restrictions (Data Sensitivity) to Security Role

Improvement In Backlog Medium Unresolved Unassigned Cameron Cummings Cameron Cummings Jan 16, 2018 12:26 PM   Sep 10, 2018 4:59 PM   2.5 2.20     0 1   *Test:*
# Login as admin
# Create an API call to create a security role (e.g. Test-Group)
# Select the security role created via API and click on Manage Data Restrictions
# Click on the Data Sensitivity tab
# By default, a list of data sensitive properties will appear under the Restricted table
# Drag several data sensitive properties over to the Accessible table (Selenium has a drag and drop method)
# Click Save
# Go back and verify they appear in the Accessible table
# In the test cleanup, delete the API Security Role
Automation, source-developer, source-testing 9223372036854775807 System Tests
2
Cameron Cummings
2|hx2umf: 0 0 *Test:*
# Login as admin
# Create an API call to create a security role (e.g. Test-Group)
# Select the security role created via API and click on Manage Data Restrictions
# Click on the Data Sensitivity tab
# By default, a list of data sensitive properties will appear under the Restricted table
# Drag several data sensitive properties over to the Accessible table (Selenium has a drag and drop method)
# Click Save
# Go back and verify they appear in the Accessible table
# In the test cleanup, delete the API Security Role
0.0
DI2E Storefront Redesign STORE-2677

Add Data Restrictions (Data Sources) to Security Role

Improvement In Backlog Medium Unresolved Unassigned Cameron Cummings Cameron Cummings Jan 16, 2018 12:23 PM   Sep 10, 2018 4:59 PM   2.5 2.20     0 1   *Test:*
# Login as admin
# Create an API call to create a security role (e.g. Test-Group)
# Select the security role created via API and click on Manage Data Restrictions
# Click on the Data Sources tab
# By default both ER2 Asset and DI2E Component appear under the Restricted table
# Drag both ER2 Asset and DI2E Component to the Accessible table (Selenium has a drag and drop method)
# Click Save
# Go back and verify both appear in the Accessible table
# In the test cleanup, delete the API Security Role
Automation, source-developer, source-testing 9223372036854775807 System Tests
2
Cameron Cummings
2|hx2ujz: 0 0 *Test:*
# Login as admin
# Create an API call to create a security role (e.g. Test-Group)
# Select the security role created via API and click on Manage Data Restrictions
# Click on the Data Sources tab
# By default both ER2 Asset and DI2E Component appear under the Restricted table
# Drag both ER2 Asset and DI2E Component to the Accessible table (Selenium has a drag and drop method)
# Click Save
# Go back and verify both appear in the Accessible table
# In the test cleanup, delete the API Security Role
0.0
DI2E Storefront Redesign STORE-2676

Design Review - Hosted Projects

Design In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jan 16, 2018 9:24 AM   Sep 10, 2018 4:58 PM     2.17.5     0 1   The mockup.

[https://2i38ip.axshare.com/#g=1&p=di2e_landing_page] (DI2E)

 

The initial thought from Stan is that this will have its own landing and and search results page. We may change the main search results page at a later point if that works well. 

We'll need to think through how to create that in semi-generic way so it can be reused.

 

 
source-pmo 9223372036854775807 Hosted Projects
3
Devin Shurtleff
2|hx2rqv: 0 0 The mockup.

[https://2i38ip.axshare.com/#g=1&p=di2e_landing_page] (DI2E)

 

The initial thought from Stan is that this will have its own landing and and search results page. We may change the main search results page at a later point if that works well. 

We'll need to think through how to create that in semi-generic way so it can be reused.

 

 
0.0
DI2E Storefront Redesign STORE-2675

Design Review - User should be able to evaluate different entry types

Design In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jan 16, 2018 8:48 AM   Sep 10, 2018 3:59 PM     2.18     0 1   Sometimes the evaluation will start as a full evaluation and then turn into an article.  

Right now the process is to:  
# publish the inspection (to capture entry changes)
# remove eval
# edit the entry and mark as an article  (only a librarian can edit this)

Or  

We just need to be able to mark the evaluation as inspection only which would disable the eval fields.

 

Admin control:  

Let the admin change entry types. 

 
source-coe-suggestion, source-pm-internal 9223372036854775807 User Evaluation
2
Devin Shurtleff
2|huibpj: 0 0 Sometimes the evaluation will start as a full evaluation and then turn into an article.  

Right now the process is to:  
# publish the inspection (to capture entry changes)
# remove eval
# edit the entry and mark as an article  (only a librarian can edit this)

Or  

We just need to be able to mark the evaluation as inspection only which would disable the eval fields.

 

Admin control:  

Let the admin change entry types. 

 
0.0
DI2E Storefront Redesign STORE-2651

Update Checklist Template View to have a PDF export

Improvement In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jan 12, 2018 10:58 AM   Sep 10, 2018 3:59 PM     2.18     0 1   Some external customers want to see the checklist and what types of questions are in the evaluation. 

As an admin I want export the checklist to share.



Extend the view to make it selectable and add export.
source-pmo 9223372036854775807 User Evaluation
3
Devin Shurtleff
2|huibpb: 0 0 Some external customers want to see the checklist and what types of questions are in the evaluation. 

As an admin I want export the checklist to share.



Extend the view to make it selectable and add export.
0.0
DI2E Storefront Redesign STORE-2649

SWAT - Add Permissions to Security Role - Selenium

Improvement In Backlog Medium Unresolved Unassigned Cameron Cummings Cameron Cummings Jan 11, 2018 4:59 PM   May 31, 2019 9:29 AM   2.6 2.20     0 1   *Test:*
# Login as admin
# Use the api to create a security role
# Go to Application Management &rarr; Security Roles
# Select the security role that was created via api call
# Click on manage permissions
# Add permissions to current role
# Verify permissions have been added
# In the cleanup, delete security role via api
Automation, source-developer, source-testing 9223372036854775807 Auto UI Tests
2
Cameron Cummings
2|hx2df3: 0 0 *Test:*
# Login as admin
# Use the api to create a security role
# Go to Application Management &rarr; Security Roles
# Select the security role that was created via api call
# Click on manage permissions
# Add permissions to current role
# Verify permissions have been added
# In the cleanup, delete security role via api
0.0
DI2E Storefront Redesign STORE-2647

SWAT Add Security Role - Selenium

Improvement In Backlog Medium Unresolved Unassigned Cameron Cummings Cameron Cummings Jan 11, 2018 2:35 PM   May 31, 2019 9:29 AM   2.6 2.20     0 1   *Test:*
# Login as admin and go to Application Management &rarr; Security Roles
# Click on *Add*
# Fill out the required fields and click *Save*
# Verify security role is now in the table
# Cleanup the security role with an api call
Automation, source-developer, source-testing 9223372036854775807 Auto UI Tests
2
Cameron Cummings
2|hx2ct3: 0 0 *Test:*
# Login as admin and go to Application Management &rarr; Security Roles
# Click on *Add*
# Fill out the required fields and click *Save*
# Verify security role is now in the table
# Cleanup the security role with an api call
0.0
DI2E Storefront Redesign STORE-2645

Add Sauce Lab Integration to Automate UI test

Improvement In Backlog Critical Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jan 11, 2018 2:27 PM   Sep 10, 2018 4:53 PM     2.20     0 1   Add automatic UI test to the Jenkins build pipeline. source-developer 9223372036854775807 System Tests
3
Devin Shurtleff
2|hx2cqf: 0 0 Add automatic UI test to the Jenkins build pipeline. 0.0
DI2E Storefront Redesign STORE-2638

Report Jenkins build result

Improvement In Backlog High Unresolved Unassigned Kent Bair Kent Bair Jan 09, 2018 2:55 PM   Sep 10, 2018 3:37 PM     2.14     0 1   Splitting task from STORE-2262 

 

we would like to have Jenkins report back the build status to a Jira ticket or gitHub pull request 
source-developer 9223372036854775807 System Build
3
Kent Bair
2|huibhj: 0 0 Splitting task from STORE-2262 

 

we would like to have Jenkins report back the build status to a Jira ticket or gitHub pull request 
0.0
DI2E Storefront Redesign STORE-2620

Automated Data Pull

Epic Open High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jan 04, 2018 4:42 PM   Apr 23, 2018 10:17 AM       Integration   0 1    

This epic describes the stories/effort to achieve the initial framework.

 
source-developer 9223372036854775807 Automatic Data Pull Done
Devin Shurtleff
2|hwdovb: 0 0  

This epic describes the stories/effort to achieve the initial framework.

 
0.0
DI2E Storefront Redesign STORE-2618

Design Review - Cleaner Feature activation Admin Page

Design In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jan 04, 2018 10:13 AM   Sep 10, 2018 4:51 PM     2.14     0 1   This be a page that loads all option features (new plugins can add to that list).

An admin can the select a feature and one-click enable / disable.   Under the hood each feature will set flags, update config, and adjust roles.

Feature should include description.

 
source-developer 9223372036854775807 System Configuration
1
Devin Shurtleff
2|hx0ezz: 0 0 This be a page that loads all option features (new plugins can add to that list).

An admin can the select a feature and one-click enable / disable.   Under the hood each feature will set flags, update config, and adjust roles.

Feature should include description.

 
0.0
DI2E Storefront Redesign STORE-2615

Submission Tool

Epic Open Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jan 02, 2018 3:52 PM   Mar 12, 2018 1:56 PM           0 1   This represents the custom submission tool. 9223372036854775807 Submission Tool Done ghx-label-2
Devin Shurtleff
2|hwdopz: 0 0 This represents the custom submission tool.
DI2E Storefront Redesign STORE-2611

Comment replies in Evaluation Tools

Improvement In Backlog High Unresolved Unassigned Rex Nethercott Rex Nethercott Jan 02, 2018 7:37 AM   Sep 12, 2018 4:32 PM     2.18     0 2   The comments in the evaluation tools area doesn't currently allow for a direct reply response to the comment made. Thus answers to some comments are not being seen and we cannot mark the comment as complete as Stan wants to do that.  9223372036854775807 User Evaluation
5 <p>Devin Shurtleff - 02/Jan/18 11:46 PM Comment can have reply however, the we can look to make that easier to view/add from the review tab.   Also, perhaps a secondary flag for the evaluator to ma......</p>
Devin Shurtleff, Rex Nethercott
2|huiakn: 0 0 The comments in the evaluation tools area doesn't currently allow for a direct reply response to the comment made. Thus answers to some comments are not being seen and we cannot mark the comment as complete as Stan wants to do that.  0.0 <p>Devin Shurtleff - 02/Jan/18 11:46 PM Comment can have reply however, the we can look to make that easier to view/add from the review tab.   Also, perhaps a secondary flag for the evaluator to mark/acknowledge that the comment was address and is now waiting PMO/Reviewer to acknowledge the comment was addressed.</p>
DI2E Storefront Redesign STORE-2606

Selenium update

Improvement In Backlog High Unresolved Unassigned Kent Bair Kent Bair Dec 21, 2017 1:42 PM   Sep 10, 2018 4:50 PM     2.20     0 2   the current web drivers we are using need to be updated to support the newer browser. there is a known issue with changes in Chrome 63+ that is addressed in the current updated driver source-developer 9223372036854775807 Sprint Jan2018-1 System Updates
2 <p>Devin Shurtleff - 19/Jan/18 10:34 PM This is on Hold until the other developer have the newer version of Chrome.  Pull in the changes on the branch when ready.</p>
Devin Shurtleff, Kent Bair
2|hx03yv: 0 0 the current web drivers we are using need to be updated to support the newer browser. there is a known issue with changes in Chrome 63+ that is addressed in the current updated driver 0.0 <p>Devin Shurtleff - 19/Jan/18 10:34 PM This is on Hold until the other developer have the newer version of Chrome.  Pull in the changes on the branch when ready.</p>
DI2E Storefront Redesign STORE-2604

Need to be able to export (or handle error) special characters

Bug In Backlog High Unresolved Unassigned Blaine Esplin Blaine Esplin Dec 21, 2017 10:17 AM   Nov 02, 2018 1:37 PM     2.9     0 1 _thumb_138916.png _thumb_138915.png   On spoon-staging.usurf.usu.edu

v2.5 (2017-12-21 00:14:02 UTC)   

Go to Admin Tools, System Archives.  Export some (General) components and the export fails, apparently due to this special character?

!image-2017-12-21-10-17-12-862.png!

We need a better way to handle special characters so that you can export and then system archive import these.
source-testing 9223372036854775807 Admin Imp. Exp. Arc.
3 <p>Blaine Esplin - 02/Nov/18 07:37 PM Would like to escalate this.  I added a note to the test to do this on store-accept as spoon-staging has special characters.  This really should work though.</p>
Blaine Esplin
2|huiajz: 0 0 On spoon-staging.usurf.usu.edu

v2.5 (2017-12-21 00:14:02 UTC)   

Go to Admin Tools, System Archives.  Export some (General) components and the export fails, apparently due to this special character?

!image-2017-12-21-10-17-12-862.png!

We need a better way to handle special characters so that you can export and then system archive import these.
0.0 <p>Blaine Esplin - 02/Nov/18 07:37 PM Would like to escalate this.  I added a note to the test to do this on store-accept as spoon-staging has special characters.  This really should work though.</p>
DI2E Storefront Redesign STORE-2597

Add handling for description with extended Characters

Bug In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Dec 20, 2017 3:28 PM   Oct 25, 2018 1:44 PM     2.10     0 1   Extended characters in an export can cause the encoding to switch for UTF-8 and then cause the import to fail.

Workaround for now is to correct the entry or file before upload.
source-developer 9223372036854775807 Admin Entries
5
Devin Shurtleff
2|hwz7rb: 0 0 Extended characters in an export can cause the encoding to switch for UTF-8 and then cause the import to fail.

Workaround for now is to correct the entry or file before upload.
0.0
DI2E Storefront Redesign STORE-2587

Display issue after saving highlight

Bug Groom Medium Unresolved Unassigned Aaron Fine Aaron Fine Dec 19, 2017 3:59 PM   Sep 10, 2018 4:49 PM     2.14     0 1 _thumb_138467.png   After running through the test in IE 11 and editing a saved highlight we got the a weird white box to show up:

!white box.png!

Refreshing the window made the box go away. 

 

We were not able to reproduce this. 
source-testing 9223372036854775807 Admin Highlights
1
Aaron Fine
2|hwyz6v: 0 0 After running through the test in IE 11 and editing a saved highlight we got the a weird white box to show up:

!white box.png!

Refreshing the window made the box go away. 

 

We were not able to reproduce this. 
0.0
DI2E Storefront Redesign STORE-2586

Cleaner Feature activation Admin Page

New Feature In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Dec 19, 2017 2:06 PM   Sep 10, 2018 4:49 PM     2.23     0 1   This be a page that loads all option features (new plugins can add to that list).

An admin can the select a feature and one-click enable / disable.   Under the hood each feature will set flags, update config, and adjust roles.

Feature should include description.

 
source-developer 9223372036854775807 System Configuration
8
Devin Shurtleff
2|hwyyaf: 0 0 This be a page that loads all option features (new plugins can add to that list).

An admin can the select a feature and one-click enable / disable.   Under the hood each feature will set flags, update config, and adjust roles.

Feature should include description.

 
0.0
DI2E Storefront Redesign STORE-2585

Add site header to full page detail view

Improvement In Backlog Medium Unresolved Unassigned Kent Bair Kent Bair Dec 19, 2017 12:47 PM   Sep 10, 2018 4:48 PM   2.5 2.17     0 1 _thumb_138406.png _thumb_138407.png   the entry detail page does not have any indication as to what site you are on. as people are being redirected to that page from S3VI, I think it would be nice to indicate where they are. i have attached two screen shots one showing the current view page and one with the suggested change mocked up. SPOON, source-developer 9223372036854775807 System UI
2
Kent Bair
2|hwyw4n: 0 0 the entry detail page does not have any indication as to what site you are on. as people are being redirected to that page from S3VI, I think it would be nice to indicate where they are. i have attached two screen shots one showing the current view page and one with the suggested change mocked up. 0.0
DI2E Storefront Redesign STORE-2581

When saving after adding a picture to an evaluation the "Saved Successfully" window pops up but main window still shows that there are unsaved changes

Bug In Backlog Low Unresolved Unassigned Aaron Fine Aaron Fine Dec 18, 2017 3:20 PM   Sep 10, 2018 2:31 PM     2.14     0 2 _thumb_138165.png _thumb_138176.png   Not see the original issue.  However,  there are case that trip the unsave.  Eg. full screen and back since that has to pick-up content and put it back.

We can look at the detect routine and see if we can improve it.
source-support 9223372036854775807 User Evaluation
3 <p>Aaron Fine - 18/Dec/17 11:16 PM We only tested this in IE. We used the GeoBUS entry.</p>

<p>Steps to reproduce:</p>

<p>1. Go to an evaluation</p>

<p>2. Go to the First things first section.</p>

<p>3......</p>
Aaron Fine, Blaine Esplin
2|huiarz: 0 0 Not see the original issue.  However,  there are case that trip the unsave.  Eg. full screen and back since that has to pick-up content and put it back.

We can look at the detect routine and see if we can improve it.
0.0 <p>Aaron Fine - 18/Dec/17 11:16 PM We only tested this in IE. We used the GeoBUS entry.</p>

<p>Steps to reproduce:</p>

<p>1. Go to an evaluation</p>

<p>2. Go to the First things first section.</p>

<p>3. Click inside one of the text box entry areas.</p>

<p>4. Add a picture from the text box menu.</p>

<p>5. Click Save.</p>

<p>Aaron Fine | Engineering Assistant<br/>
Space Dynamics Laboratory | C4ISR | NSS | DI2E<br/>
Aaron.Fine@sdl.usu.edu<br/>
Ph: 435-713-3563 ext: 3563</p>

<p>From: Blaine Esplin (JIRA) <span class="nobr"><a href="mailto:jira@di2e.net" class="external-link" rel="nofollow">jira@di2e.net<sup><img class="rendericon" src="https://jira.di2e.net/images/icons/mail_small.gif" height="12" width="13" align="absmiddle" alt="" border="0"/></sup></a></span><br/>
Sent: Monday, December 18, 2017 4:11 PM<br/>
To: Aaron Fine &lt;Aaron.Fine@sdl.usu.edu&gt;<br/>
Subject: (JIRA) (<a href="https://jira.di2e.net/browse/STORE-2581" title="When saving after adding a picture to an evaluation the &quot;Saved Successfully&quot; window pops up but main window still shows that there are unsaved changes" class="issue-link" data-issue-key="STORE-2581">STORE-2581</a>) When saving after adding a picture to an evaluation the "Saved Successfully" window pops up but main window still shows that there are unsaved changes</p>

<p><span class="error">&#91;cid:image001.png@01D3781B.6BDF6910&#93;</span></p>

<p>Blaine Esplin&lt;<a href="https://jira.di2e.net/secure/ViewProfile.jspa?name=blaine.esplin" class="external-link" rel="nofollow">https://jira.di2e.net/secure/ViewProfile.jspa?name=blaine.esplin</a>&gt; commented on <span class="error">&#91;Bug&#93;</span> <a href="https://jira.di2e.net/browse/STORE-2581" title="When saving after adding a picture to an evaluation the &quot;Saved Successfully&quot; window pops up but main window still shows that there are unsaved changes" class="issue-link" data-issue-key="STORE-2581">STORE-2581</a>&lt;<a href="https://jira.di2e.net/browse/STORE-2581" class="external-link" rel="nofollow">https://jira.di2e.net/browse/STORE-2581</a>&gt;</p>




<p>Re: When saving after adding a picture to an evaluation the "Saved Successfully" window pops up but main window still shows that there are unsaved changes&lt;<a href="https://jira.di2e.net/browse/STORE-2581" class="external-link" rel="nofollow">https://jira.di2e.net/browse/STORE-2581</a>&gt;</p>



<p>Is this IE11 only or Chrome and Firefox and Edge as well? Steps to Reproduce?</p>


<p><span class="error">&#91;Add Comment&#93;</span>&lt;<a href="https://jira.di2e.net/browse/STORE-2581#add-comment" class="external-link" rel="nofollow">https://jira.di2e.net/browse/STORE-2581#add-comment</a>&gt;</p>

<p>Add Comment&lt;<a href="https://jira.di2e.net/browse/STORE-2581#add-comment" class="external-link" rel="nofollow">https://jira.di2e.net/browse/STORE-2581#add-comment</a>&gt;</p>






<p>This message was sent by Atlassian JIRA (v7.5.2#75007-sha1:9f5725b)</p>

<p><span class="error">&#91;Atlassian logo&#93;</span></p>

<p>Blaine Esplin - 18/Dec/17 11:10 PM Is this IE11 only or Chrome and Firefox and Edge as well?  Steps to Reproduce?</p>
DI2E Storefront Redesign STORE-2580

Cannot delete an entry without filling out missing required attributes

Bug In Backlog High Unresolved Unassigned Aaron Fine Aaron Fine Dec 18, 2017 3:06 PM   Sep 12, 2018 4:39 PM     2.9     0 2 _thumb_138163.png   There was an existing evaluation (originally copied from Cloud Compare then renamed to TNT _something_) that appeared to have had an evaluation created before having the data sensitivity changed. This entry was then deleted and the popup requesting all of the missing data entry items came up. After filling out the items and clicking Save, the window froze requiring a CTRL+F5 refresh to get running again. 

 
source-testing 9223372036854775807 Admin Entries
1 <p>Devin Shurtleff - 19/Dec/17 09:35 PM If the common cases are working correctly then this can be deferred.</p>
Aaron Fine, Devin Shurtleff
2|huiasv: 0 0 There was an existing evaluation (originally copied from Cloud Compare then renamed to TNT _something_) that appeared to have had an evaluation created before having the data sensitivity changed. This entry was then deleted and the popup requesting all of the missing data entry items came up. After filling out the items and clicking Save, the window froze requiring a CTRL+F5 refresh to get running again. 

 
0.0 <p>Devin Shurtleff - 19/Dec/17 09:35 PM If the common cases are working correctly then this can be deferred.</p>
DI2E Storefront Redesign STORE-2575

When picking colors, the alpha of the color is not saved

Improvement In Backlog Low Unresolved Unassigned Aaron Fine Aaron Fine Dec 18, 2017 10:56 AM   Sep 10, 2018 4:47 PM     2.17     0 1 _thumb_138084.png _thumb_138083.png   Accent color saved with an alpha != 1.

 

After clicking the save button the alpha is set to 1

 
source-testing 9223372036854775807 Admin Branding
3
Aaron Fine
2|hwyp3b: 0 0 Accent color saved with an alpha != 1.

 

After clicking the save button the alpha is set to 1

 
0.0
DI2E Storefront Redesign STORE-2574

Existing brandings are updated when the reset to default button is pressed

Improvement In Backlog Low Unresolved Unassigned Aaron Fine Aaron Fine Dec 18, 2017 10:47 AM   Sep 10, 2018 4:47 PM     2.17     0 1   The update date for all existing branding line items is updated to the current date when the reset to default button is pressed. source-testing 9223372036854775807 Admin Branding
1
Aaron Fine
2|hwyp13: 0 0 The update date for all existing branding line items is updated to the current date when the reset to default button is pressed. 0.0
DI2E Storefront Redesign STORE-2567

Can't sort by Days Until Cleanup (Reports)

Improvement In Backlog Medium Unresolved Unassigned Blaine Esplin Blaine Esplin Dec 15, 2017 10:02 AM   Sep 10, 2018 4:46 PM     2.16     0 2   Go to Admin Tools, Application Management, Reports.

Click on the Days Until Cleanup column to sort on it.

Nothing happens, it is not sorted.
source-testing 9223372036854775807 Admin Reporting
2 <p>Devin Shurtleff - 15/Dec/17 05:24 PM This is expected behavior as sorting is not supported on that column....perhaps we improve it in the future.   </p>
Blaine Esplin, Devin Shurtleff
2|hwyie7: 0 0 Go to Admin Tools, Application Management, Reports.

Click on the Days Until Cleanup column to sort on it.

Nothing happens, it is not sorted.
0.0 <p>Devin Shurtleff - 15/Dec/17 05:24 PM This is expected behavior as sorting is not supported on that column....perhaps we improve it in the future.   </p>
DI2E Storefront Redesign STORE-2553

Column headers shifting positions IE11

Bug In Backlog Low Unresolved Unassigned Jacob Strong Jacob Strong Dec 14, 2017 3:06 PM   Sep 10, 2018 4:46 PM     2.17     0 3 _thumb_137711.png   See image.

Appears to affect only IE 11.

When the table has a horizontal scroll bar this seems to happen.  Sort by column on the far right.  
source-testing 9223372036854775807 System UI
1 <p>Devin Shurtleff - 15/Dec/17 04:59 PM This mostly minor ui glitch everything is functional.</p>
Blaine Esplin, Devin Shurtleff, Jacob Strong
2|hwyg5b: 0 0 See image.

Appears to affect only IE 11.

When the table has a horizontal scroll bar this seems to happen.  Sort by column on the far right.  
see if we adjust the layout of set to force fit.

0.0 <p>Devin Shurtleff - 15/Dec/17 04:59 PM This mostly minor ui glitch everything is functional.</p>
DI2E Storefront Redesign STORE-2546

Add better Validation Text amount for rich text editor

Improvement In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Dec 14, 2017 12:15 PM   Sep 10, 2018 4:45 PM     2.17     0 1   Rich text editor (tinymce)

The max length limit seems to only apply to visible text not the html.

So it exceeds the max on the server side....giving a clear message.   Since the amount of html can vary....it will require post check before form submit.

 
source-testing 9223372036854775807 System UI
3
Devin Shurtleff
2|hwyexj: 0 0 Rich text editor (tinymce)

The max length limit seems to only apply to visible text not the html.

So it exceeds the max on the server side....giving a clear message.   Since the amount of html can vary....it will require post check before form submit.

 
There is a lot of uses throughout the system. We probably should adjust the component validation and handle it there 0.0
DI2E Storefront Redesign STORE-2544

Add a short description block to Entry

Improvement In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Dec 14, 2017 11:51 AM   Sep 12, 2018 4:57 PM     2.11     0 1   This would allow an admin to control the text using in search results; export to other systems, reports.

This would be 300-400 character limit; no html

We should fallback to the main description to generate short description if needed.
source-pmo 9223372036854775807 Admin Entries
3
Devin Shurtleff
2|hwyeq7: 0 0 This would allow an admin to control the text using in search results; export to other systems, reports.

This would be 300-400 character limit; no html

We should fallback to the main description to generate short description if needed.
0.0
DI2E Storefront Redesign STORE-2543

Add color codes for overall status of an evaluation in the evaluation table

Improvement In Backlog Medium Unresolved Unassigned Aaron Fine Aaron Fine Dec 14, 2017 11:50 AM   Oct 01, 2018 5:20 PM     2.9.5     0 1 _thumb_137638.png   Some status already have colors like In-Progress and Needs More Information. However, it would be nice if there were more of a red, yellow, green color coding for the general process flow of doing an evaluation. 

Uncolored for Open, yellow for In-Progress, red for hold, light green for peer review, dark green for PMO review or other scheme to help highlight which evaluations are in need of the most attention. 

Visual of the proposal, though I hope better colors are ultimately chosen:

!Color Code Submissions.png!
source-coe-suggestion 9223372036854775807 System Workflow
3
Aaron Fine
2|hwyepz: 0 0 Some status already have colors like In-Progress and Needs More Information. However, it would be nice if there were more of a red, yellow, green color coding for the general process flow of doing an evaluation. 

Uncolored for Open, yellow for In-Progress, red for hold, light green for peer review, dark green for PMO review or other scheme to help highlight which evaluations are in need of the most attention. 

Visual of the proposal, though I hope better colors are ultimately chosen:

!Color Code Submissions.png!
Once we have "Rich workflow" steps we can add support for picking a highlight class for the status. 0.0
DI2E Storefront Redesign STORE-2542

Request to be able to see history of changes / approvals / inactivations etc. by user with timestamp

Improvement In Backlog High Unresolved Unassigned Aaron Fine Aaron Fine Dec 14, 2017 11:36 AM   Sep 12, 2018 4:57 PM     2.11     0 2 _thumb_137633.png   In looking at an entry I can see the current state of the entry but I don't know who put it into that state or when.

For example, there was a request by a product owner to remove a product from SPOON and the product was correctly changed in the database, but a confirmation was not sent to the customer. I would like to be able to know when the change was made. 

!Entry History Request.png!

The request is to add a history view under the Action menu that would show something like the following: 
|Date|User|Action|
|1-Jan-2017|spoonUser1|Entry submitted|
|5-Jan-2017|librarian2|Entry approved|
|5-Jun-2017|anotherUser|Requested ownership|
|10-Jun-2017|librarian1|Ownership granted|
|11-Jun-2017|anotherUser|Request deletion|
|20-Jun-2017|admin3|Entry inactivated|
source-support 9223372036854775807 Admin Entries
5 <p>Devin Shurtleff - 15/Dec/17 05:34 PM I like the idea and I think it would be very useful.  </p>
Aaron Fine, Devin Shurtleff
2|hwyehz: 0 0 In looking at an entry I can see the current state of the entry but I don't know who put it into that state or when.

For example, there was a request by a product owner to remove a product from SPOON and the product was correctly changed in the database, but a confirmation was not sent to the customer. I would like to be able to know when the change was made. 

!Entry History Request.png!

The request is to add a history view under the Action menu that would show something like the following: 
|Date|User|Action|
|1-Jan-2017|spoonUser1|Entry submitted|
|5-Jan-2017|librarian2|Entry approved|
|5-Jun-2017|anotherUser|Requested ownership|
|10-Jun-2017|librarian1|Ownership granted|
|11-Jun-2017|anotherUser|Request deletion|
|20-Jun-2017|admin3|Entry inactivated|
Leverage the change log and add new events to allow querying this information. 0.0 <p>Devin Shurtleff - 15/Dec/17 05:34 PM I like the idea and I think it would be very useful.  </p>
DI2E Storefront Redesign STORE-2537

Summary tab does not fill in evaluation name/ summary info

Bug In Backlog Low Unresolved Unassigned Blaine Esplin Blaine Esplin Dec 13, 2017 4:59 PM May 29, 2019 1:59 PM May 29, 2019 1:59 PM   2.5 2.18     0 2   On store-accept with the username evaluatordude1 (PW: evaluatorDude1!) go to evaluations.  Edit the DI2E Dist F (Security Role) and then click on Summary. 

The Name, Organization, Release Date, Description are all BLANK.  They should be pre-filled in.  Tested in IE11 and Chrome.  I think this is data specific.

This entry (the evaluation for the Dist F Entry) is a DI2E Document (NOT the normal Component) if that makes a difference?
source-testing 9223372036854775807 User Evaluation
2 <p>Devin Shurtleff - 29/May/19 07:59 PM Note: This is very narrow edge case.<br/>
Devin Shurtleff - 14/Dec/17 04:25 PM This came from the entry being restricted but the evaluation is not restricted.   S......</p>
Blaine Esplin, Devin Shurtleff
2|hwyb3r: 0 0 On store-accept with the username evaluatordude1 (PW: evaluatorDude1!) go to evaluations.  Edit the DI2E Dist F (Security Role) and then click on Summary. 

The Name, Organization, Release Date, Description are all BLANK.  They should be pre-filled in.  Tested in IE11 and Chrome.  I think this is data specific.

This entry (the evaluation for the Dist F Entry) is a DI2E Document (NOT the normal Component) if that makes a difference?
0.0 <p>Devin Shurtleff - 29/May/19 07:59 PM Note: This is very narrow edge case.<br/>
Devin Shurtleff - 14/Dec/17 04:25 PM This came from the entry being restricted but the evaluation is not restricted.   So the entry doesn't populate.   </p>

<p> </p>
DI2E Storefront Redesign STORE-2535

Font drop down in Evaluation Comments is blank

Bug In Backlog Low Unresolved Unassigned Blaine Esplin Blaine Esplin Dec 13, 2017 4:50 PM   Sep 10, 2018 4:45 PM   2.5 2.18     0 1   Go to an evaluation and edit.

On the main screen click on Comments on the right to expand it.

At the bottom under comments select a font.  Select another font.  We found that the font name blanks out, especially when selecting the top one.  Selecting the top font defaults back to Times New Roman.  Other fonts "seem" to work.

Tested in IE11 and Chrome, it is a problem in both browsers.
source-developer 9223372036854775807 User Evaluation
1
Blaine Esplin
2|hwyb2v: 0 0 Go to an evaluation and edit.

On the main screen click on Comments on the right to expand it.

At the bottom under comments select a font.  Select another font.  We found that the font name blanks out, especially when selecting the top one.  Selecting the top font defaults back to Times New Roman.  Other fonts "seem" to work.

Tested in IE11 and Chrome, it is a problem in both browsers.
0.0
DI2E Storefront Redesign STORE-2534

Evaluation History disconnect in terminology

Improvement In Backlog Medium Unresolved Unassigned Blaine Esplin Blaine Esplin Dec 13, 2017 4:45 PM May 29, 2019 1:57 PM May 29, 2019 1:57 PM   2.5 2.18     0 1   Take an evaluation and change it from In Progress to Needs more information (this _used to be_ Waiting for more information)

Edit the eval and select Change History.  Note that the change history says the old value was INPROGRESS but that the New Value is WAIT (should be Needs More Information)

 
source-testing 9223372036854775807 User Evaluation
1
Blaine Esplin
2|hwyb2n: 0 0 Take an evaluation and change it from In Progress to Needs more information (this _used to be_ Waiting for more information)

Edit the eval and select Change History.  Note that the change history says the old value was INPROGRESS but that the New Value is WAIT (should be Needs More Information)

 
Need to translated the workflow. 0.0
DI2E Storefront Redesign STORE-2515

Design Review: Topic (Entry Type) Landing pages

Design In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Dec 08, 2017 3:03 PM   Sep 10, 2018 4:40 PM     2.17     0 1   The topic page could explain more about the topic and provide top view  x items for the topic.

We can also collect feedback per topic and perhap display group assigned (When/if becomes available)

See data.gov for example.  Now that we are starting to have more "topics" or types of entries this may be very helpful.

 

 
source-developer 9223372036854775807 Landing Page V3
1
Devin Shurtleff
2|hwxodr: 0 0 The topic page could explain more about the topic and provide top view  x items for the topic.

We can also collect feedback per topic and perhap display group assigned (When/if becomes available)

See data.gov for example.  Now that we are starting to have more "topics" or types of entries this may be very helpful.

 

 
0.0
DI2E Storefront Redesign STORE-2511

Adding new manually approved user 2x with diff. emails; IE11 fails giving a 403 unless the session is reset.

Bug In Backlog High Unresolved Unassigned Blaine Esplin Blaine Esplin Dec 06, 2017 12:19 PM   Dec 06, 2018 3:58 PM   2.5 2.9     0 1   We are getting an interesting 403 when trying to log in on the same browser session as a registered but not yet approved then approved account.

You can follow the steps to Step 10 in the User Management Manual Registrations (STORE-2134)  test or these.  NOTE this happens in IE11, did not fully test in other browsers as it is a long test to execute.

Change Registrations to be MANUAL (not automatic)

Open IE11 and do a new signup.  Enter the verification code and signup.

There are some other *CRITICAL* Steps here, please follow the test plan, it ends up being one username with 2 email addresses so that two registrations show up.

Get the message that the account needs to be approved by admin before being active

Try to log in (before approved) in IE.  Get the appropriate message that it is not yet approved.  Leave the password (correct one) in the password text box.

Leave that browser open, go to Chrome as an admin and approve the user.

Attempt to log in as the new user in IE (press enter the password is already entered).  It should log in now but gives 403 instead.

 
source-testing 9223372036854775807 System Login
2 <p>Devin Shurtleff - 07/Dec/17 10:55 PM Ok, I'll approve to address at a later time.<br/>
Blaine Esplin - 07/Dec/17 08:33 PM This test scenario worked just fine on auto-approve with the two registration......</p>
Blaine Esplin, Devin Shurtleff
2|huiawv: 0 0 We are getting an interesting 403 when trying to log in on the same browser session as a registered but not yet approved then approved account.

You can follow the steps to Step 10 in the User Management Manual Registrations (STORE-2134)  test or these.  NOTE this happens in IE11, did not fully test in other browsers as it is a long test to execute.

Change Registrations to be MANUAL (not automatic)

Open IE11 and do a new signup.  Enter the verification code and signup.

There are some other *CRITICAL* Steps here, please follow the test plan, it ends up being one username with 2 email addresses so that two registrations show up.

Get the message that the account needs to be approved by admin before being active

Try to log in (before approved) in IE.  Get the appropriate message that it is not yet approved.  Leave the password (correct one) in the password text box.

Leave that browser open, go to Chrome as an admin and approve the user.

Attempt to log in as the new user in IE (press enter the password is already entered).  It should log in now but gives 403 instead.

 
0.0 <p>Devin Shurtleff - 07/Dec/17 10:55 PM Ok, I'll approve to address at a later time.<br/>
Blaine Esplin - 07/Dec/17 08:33 PM This test scenario worked just fine on auto-approve with the two registrations (same username different email addresses.)  I can log on just fine when finishing the registration. <br/>
Devin Shurtleff - 07/Dec/17 04:45 PM Check the scenario with auto approve on.</p>
DI2E Storefront Redesign STORE-2505

The Landing Page Layout Tools don't seem to work

Bug Groom Medium Unresolved Unassigned Aaron Fine Aaron Fine Dec 05, 2017 5:46 PM   Sep 10, 2018 4:30 PM     2.17     0 1   Dragging and dropping items into an allowed location causes the control to briefly appear in the correct location but then quickly disappears with no way to scroll or navigate to the added control. See the video. The latter part of the video shows the lack of a change when trying to scroll with the mouse or keyboard.  source-testing 9223372036854775807 Sprint Nov2017-3 Admin Landing Page
1
Aaron Fine
2|hwrufb: 0 0 Dragging and dropping items into an allowed location causes the control to briefly appear in the correct location but then quickly disappears with no way to scroll or navigate to the added control. See the video. The latter part of the video shows the lack of a change when trying to scroll with the mouse or keyboard.  0.0
DI2E Storefront Redesign STORE-2499

Add the ability to re-run the report

New Feature In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Dec 05, 2017 3:13 PM   Sep 10, 2018 4:40 PM     2.16     0 1   Perhaps  it could bring up the report and allow changing before re-running. source-developer, source-testing 9223372036854775807 Admin Reporting
Devin Shurtleff
2|hwx6rj: 0 0 Perhaps  it could bring up the report and allow changing before re-running. 0.0
DI2E Storefront Redesign STORE-2498

Add ability to Name a Report

New Feature In Backlog Low Unresolved Unassigned Devin Shurtleff Devin Shurtleff Dec 05, 2017 3:12 PM   Sep 12, 2018 4:33 PM     2.16     0 1   Add a name field to help with identifying the report.  For scheduled report this would peticular helpful.

 
source-testing 9223372036854775807 Sprint Nov2017-3 Admin Reporting
2
Devin Shurtleff
2|huialb: 0 0 Add a name field to help with identifying the report.  For scheduled report this would peticular helpful.

 
0.0
DI2E Storefront Redesign STORE-2480

Evaluator Tools Field optional Auto-Save

Design In Backlog Medium Unresolved Unassigned Jacob Strong Jacob Strong Dec 04, 2017 9:29 AM   Sep 10, 2018 4:39 PM     2.18     0 1   It would be nice to be able to toggle the auto-save mode when working on evaluations. I've had some issues working with two windows open and the one I'm not working in will save over the one I'm making all the changes to. source-coe-suggestion 9223372036854775807 User Evaluation
1
Jacob Strong
2|hwww6n: 0 0 It would be nice to be able to toggle the auto-save mode when working on evaluations. I've had some issues working with two windows open and the one I'm not working in will save over the one I'm making all the changes to. 0.0
DI2E Storefront Redesign STORE-2469

Design Review: Add selective Importing on Archive

Design In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Nov 29, 2017 3:31 PM   Oct 25, 2018 1:41 PM     2.12     0 1   List contents of archive and allow the user to select what to import.

_ update the entry selection in export.  (To make selecting multiple entries easier.) 

_ Add filter to entries to select entries with evaluations.

 
source-developer 9223372036854775807 Admin Imp. Exp. Arc.
1
Devin Shurtleff
2|hwwfa7: 0 0 List contents of archive and allow the user to select what to import.

_ update the entry selection in export.  (To make selecting multiple entries easier.) 

_ Add filter to entries to select entries with evaluations.

 
0.0
DI2E Storefront Redesign STORE-2464

As admin I want to be able to assign access to assistant librarians for certain entries

New Feature In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Nov 29, 2017 9:18 AM   Aug 10, 2018 11:18 AM     2.9     0 1   Allow assigning entries to assistants.  (group and individuals.  These are not owns but admin that can perform certain functions) 

We can then restrict entries that work with.

We need to create a new assistant librarian group. (default - for di2e USU assistant lib and AFRL assistant lib)

We need options to assign/re-assign and send back 

We may need to also add an auto assign per-entry type.

 
source-developer 9223372036854775807 Admin Entries
8
Devin Shurtleff
2|huibnr: 0 0 Allow assigning entries to assistants.  (group and individuals.  These are not owns but admin that can perform certain functions) 

We can then restrict entries that work with.

We need to create a new assistant librarian group. (default - for di2e USU assistant lib and AFRL assistant lib)

We need options to assign/re-assign and send back 

We may need to also add an auto assign per-entry type.

 
This would need to work in conjunction with the admin notes on an entry and message sent to the submitter should be logged as a comment. 0.0
DI2E Storefront Redesign STORE-2461

Change Request Template Sorting

Improvement In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Nov 28, 2017 11:27 AM   May 29, 2019 11:45 AM     2.14     0 1   The template or the data to the template doesn't sort consistently which makes comparing difficult.

 

"Template used to display the change request"
source-developer 9223372036854775807 User Change Request
1
Devin Shurtleff
2|hww4nr: 0 0 The template or the data to the template doesn't sort consistently which makes comparing difficult.

 

"Template used to display the change request"
0.0
DI2E Storefront Redesign STORE-2454

Add Offline support to Entry Detail Report HTML output

Improvement In Backlog Low Unresolved Unassigned Devin Shurtleff Devin Shurtleff Nov 22, 2017 4:02 PM   Sep 10, 2018 4:37 PM     2.16     0 1   Currently the HTML output is setup to resolve to the originating server.  However, that doesn't work for offline usage.  

To add offline:  Media.action url will need to be converted to Data URLs  and embedded. 

 
source-developer 9223372036854775807 Admin Reporting
2
Devin Shurtleff
2|hwvl2v: 0 0 Currently the HTML output is setup to resolve to the originating server.  However, that doesn't work for offline usage.  

To add offline:  Media.action url will need to be converted to Data URLs  and embedded. 

 
0.0
DI2E Storefront Redesign STORE-2453

Clean up orphan files

New Feature In Backlog Medium Unresolved Unassigned Kent Bair Kent Bair Nov 21, 2017 4:05 PM   Nov 08, 2018 4:55 PM   2.5 2.12     0 1   after the data migration in in STORE-2384 i found that there were several files that were not migrated. after further investigation i found the reason they were not migrated was because they were not referenced in the database at all. we should build a process to manage orphan files.

possible approaches 
* delete all files not in DB
* add a report or a system admin to manage/remove the files
* add support for managing the files through the store front
** re-link media to an entry (e.g. image/video mentions entry by name)
** delete media that the admin can not find a reference to.
** auto delete items (e.g. aging of orphaned items)
source-developer 9223372036854775807 Admin Imp. Exp. Arc.
3
Kent Bair
2|hwveuf: 0 0 after the data migration in in STORE-2384 i found that there were several files that were not migrated. after further investigation i found the reason they were not migrated was because they were not referenced in the database at all. we should build a process to manage orphan files.

possible approaches 
* delete all files not in DB
* add a report or a system admin to manage/remove the files
* add support for managing the files through the store front
** re-link media to an entry (e.g. image/video mentions entry by name)
** delete media that the admin can not find a reference to.
** auto delete items (e.g. aging of orphaned items)
Consider added an Admin UI with expiration so semi-automatic. 0.0
DI2E Storefront Redesign STORE-2452

Add mailing list or group contact support

Improvement In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Nov 21, 2017 3:56 PM   Sep 10, 2018 3:58 PM     2.18     0 1   When adding a contact,  (mailing list or group) it requires a first and last name. For mailing lists and group email this is confusing.  Consider adding better support.  source-coe-suggestion 9223372036854775807 User Evaluation
3
Devin Shurtleff
2|huibof: 0 0 When adding a contact,  (mailing list or group) it requires a first and last name. For mailing lists and group email this is confusing.  Consider adding better support.  0.0
DI2E Storefront Redesign STORE-2451

Export evaluation Templates

New Feature In Backlog Low Unresolved Unassigned Kent Bair Kent Bair Nov 16, 2017 12:04 PM   Sep 10, 2018 4:35 PM     2.18     0 1   It would be nice if we could export an evaluation template with out needing to export a set of entries, and restore the template to another system. For example export the latest template from production (sections, questions, etc.) and restore it to a developer test environment. This would help getting new systems up and/or resetting a system for testing. source-developer 9223372036854775807 User Evaluation
2
Kent Bair
2|hwu3t3: 0 0 It would be nice if we could export an evaluation template with out needing to export a set of entries, and restore the template to another system. For example export the latest template from production (sections, questions, etc.) and restore it to a developer test environment. This would help getting new systems up and/or resetting a system for testing. 0.0
DI2E Storefront Redesign STORE-2449

Monthly NewsLetter: Minimal

New Feature In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Nov 16, 2017 11:00 AM   Sep 10, 2018 4:35 PM     2.21     0 1   _ Add Email form (No predefined template)

_ Add Welcome, Follow up and Survey emails  (This will need to be activated as an option)

    - Also, we'll still need some templating selection in order to make it spoon specific which may require some level admin template UI.
SPOON 9223372036854775807 User Engagement
8
Devin Shurtleff
2|hwu13b: 0 0 _ Add Email form (No predefined template)

_ Add Welcome, Follow up and Survey emails  (This will need to be activated as an option)

    - Also, we'll still need some templating selection in order to make it spoon specific which may require some level admin template UI.
0.0
DI2E Storefront Redesign STORE-2448

Monthly Newsletter: Templates

New Feature In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Nov 16, 2017 10:46 AM   May 28, 2019 3:23 PM     2.21     0 1   _Allow admin to create and manage email template both automatic and manual template SPOON 9223372036854775807 Admin Messaging
8 <p>Devin Shurtleff - 28/May/19 09:23 PM This was a SPOON request but DI2E may be interesting in it at some point.</p>
Devin Shurtleff
2|hwu0mf: 0 0 _Allow admin to create and manage email template both automatic and manual template Perhaps we can expose the Freemaker template and let admin use that as a template size. 0.0 <p>Devin Shurtleff - 28/May/19 09:23 PM This was a SPOON request but DI2E may be interesting in it at some point.</p>
DI2E Storefront Redesign STORE-2447

Monthly Newsletter: Manual

New Feature In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Nov 16, 2017 10:42 AM   Sep 10, 2018 4:35 PM     2.21     0 1   _ Email Construction tool

    - Email to Groups ("SME", Vendors, etc...)

_ Select template and adjust

 

 
SPOON 9223372036854775807 User Engagement
8
Devin Shurtleff
2|hwu0hj: 0 0 _ Email Construction tool

    - Email to Groups ("SME", Vendors, etc...)

_ Select template and adjust

 

 
0.0
DI2E Storefront Redesign STORE-2446

Monthly Newsletters: Automatic

New Feature In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Nov 16, 2017 10:32 AM   Sep 10, 2018 4:34 PM     2.21     0 1   _ Define templated on entry types (communication systems)

_ Profile should allow users to opt in to newsletters

_ Allow option for grouping emails or send individually

_ Perhaps user option on frequency 

 

_ Results could/should be based on what they viewed recently

 

 

Depends on template creation/management.
SPOON 9223372036854775807 User Engagement
8
Devin Shurtleff
2|hwu08f: 0 0 _ Define templated on entry types (communication systems)

_ Profile should allow users to opt in to newsletters

_ Allow option for grouping emails or send individually

_ Perhaps user option on frequency 

 

_ Results could/should be based on what they viewed recently

 

 

Depends on template creation/management.
Need to add jobs to run the newsletters and the fixed letters. 0.0
DI2E Storefront Redesign STORE-2444

Allow owner to flag entries as Verified

New Feature In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Nov 15, 2017 4:20 PM   Sep 12, 2018 4:56 PM     2.12     0 1   We need a way to allow owners to mark information as verify  (even when there is no changes). 

We should keep track of who and when it was verified,.

 
SPOON, source-spoon-pmo 9223372036854775807 Admin Entries
2
Devin Shurtleff
2|hwtda7: 0 0 We need a way to allow owners to mark information as verify  (even when there is no changes). 

We should keep track of who and when it was verified,.

 
0.0
DI2E Storefront Redesign STORE-2440

Set max on search string

Improvement In Backlog Medium Unresolved Brigham Michaelis Devin Shurtleff Devin Shurtleff Nov 15, 2017 11:13 AM May 31, 2019 9:49 AM May 31, 2019 9:49 AM     2.9     0 2   I received the attach error.  Some one pasted a "novel" in the search field and elasticsearch failed on it.  

We should make sure we have a limit.  In a case like this,  I think they'll get strange results anyway.

 
both 9223372036854775807 Sprint Oct2018-2, Sprint Oct2018-3 User Search
2 <p>Blaine Esplin - 18/Oct/18 03:36 PM Please include the new limit and why that number of characters was chosen. </p>
Blaine Esplin, Devin Shurtleff
2|hyxfdr: 0 0 I received the attach error.  Some one pasted a "novel" in the search field and elasticsearch failed on it.  

We should make sure we have a limit.  In a case like this,  I think they'll get strange results anyway.

 
0.0 <p>Blaine Esplin - 18/Oct/18 03:36 PM Please include the new limit and why that number of characters was chosen. </p>
DI2E Storefront Redesign STORE-2438

Support printing unpublished from eval preview

Improvement In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Nov 14, 2017 3:49 PM   Sep 10, 2018 4:33 PM     2.18     0 1   From the preview eval it would be  good to be able to print the unpublished eval....only from this angle. source-developer 9223372036854775807 User Evaluation
2
Devin Shurtleff
2|hwt3bj: 0 0 From the preview eval it would be  good to be able to print the unpublished eval....only from this angle. 0.0
DI2E Storefront Redesign STORE-2436

Update the details display to reduce the header

Improvement In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Nov 09, 2017 10:50 AM   Sep 10, 2018 4:33 PM     2.9     0 1   As the user scrolls the details, have the header collapse into a small toolbar line.  Maximize the reading space. source-developer 9223372036854775807 User Entries
3
Devin Shurtleff
2|hwsd8v: 0 0 As the user scrolls the details, have the header collapse into a small toolbar line.  Maximize the reading space. 0.0
DI2E Storefront Redesign STORE-2435

Create Table of Contents based on header for description

New Feature In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Nov 09, 2017 10:45 AM   Sep 10, 2018 4:33 PM     2.9     0 1   Generate a table of context based on headers.   The table of contents should allow in-doc navigation. source-developer 9223372036854775807 User Entries
5
Devin Shurtleff
2|hwsd3z: 0 0 Generate a table of context based on headers.   The table of contents should allow in-doc navigation. 0.0
DI2E Storefront Redesign STORE-2432

Default code missing on edit (Attributes)

Bug In Backlog Medium Unresolved Unassigned Blaine Esplin Blaine Esplin Nov 08, 2017 3:18 PM   Sep 12, 2018 4:54 PM     2.9     0 1   Go to admin tools, attributes.  Edit an attribute.  This one will be fine.  Hit cancel.

Edit a _second_ attribute, make sure it is one with a Default Code that has been set.   You can see this in the column in the table before selecting the attribute to edit.

Bug:  Notice that the default value (displayed in the table) is missing in the edit box.

Tested in IE11 and in Chrome on:

v2.5 (2017-11-03 16:31:47 UTC)   
source-testing 9223372036854775807 Admin Attributes
1
Blaine Esplin
2|hws8pr: 0 0 Go to admin tools, attributes.  Edit an attribute.  This one will be fine.  Hit cancel.

Edit a _second_ attribute, make sure it is one with a Default Code that has been set.   You can see this in the column in the table before selecting the attribute to edit.

Bug:  Notice that the default value (displayed in the table) is missing in the edit box.

Tested in IE11 and in Chrome on:

v2.5 (2017-11-03 16:31:47 UTC)   
Edit is not populating the default code after being set. 0.0
DI2E Storefront Redesign STORE-2431

TinyMCE- Color lost on save (in Attributes)

Bug In Backlog Medium Unresolved Unassigned Blaine Esplin Blaine Esplin Nov 08, 2017 2:56 PM   Sep 12, 2018 4:54 PM   2.5 2.9     0 1   Go to Admin Tools, Attributes.  Enter a new attribute

In the Detailed Description enter some text in a color.  Enter some text with a background color.  Click Save.

Go back to edit the description of the attribute.  The text is all in white background with black text, it did not "stick" or save. 

Bug2 (Bonus!)  The table feature is not saved either.  When you enter a table it said I had > 256 characters and would not let me save a description with text and the table (with text in it) and when I deleted text outside the table and came back the table formatting was gone. 
source-testing 9223372036854775807 Admin Attributes
2
Blaine Esplin
2|hws8dz: 0 0 Go to Admin Tools, Attributes.  Enter a new attribute

In the Detailed Description enter some text in a color.  Enter some text with a background color.  Click Save.

Go back to edit the description of the attribute.  The text is all in white background with black text, it did not "stick" or save. 

Bug2 (Bonus!)  The table feature is not saved either.  When you enter a table it said I had > 256 characters and would not let me save a description with text and the table (with text in it) and when I deleted text outside the table and came back the table formatting was gone. 
Either change the sanitization or restrict to a minimum
Update the field size as needed.
0.0
DI2E Storefront Redesign STORE-2430

Hide on submission- option not selectable on entry, can be edited and added later

Improvement In Backlog Medium Unresolved Unassigned Blaine Esplin Blaine Esplin Nov 08, 2017 12:57 PM   Mar 22, 2019 9:33 AM     2.9     0 1   Tested in Chrome and IE11 on this build:  v2.5 (2017-11-03 16:31:47 UTC)

Go to Admin Tools, Attributes, and add a new attribute.

Note that the Hide on Submission checkbox and text is grayed out and is not selectable.  If you save the attribute and then edit it, you can then select the box for Hide on Submission.
source-testing 9223372036854775807 Admin Attributes
2 <p>Blaine Esplin - 09/Nov/17 06:24 PM NOTE:  From further testing it looks like there is an enforcement that if Hide on Submission is checked that you have to have a default value for the attribute......</p>
Blaine Esplin
2|hwruf8: 0 0 Tested in Chrome and IE11 on this build:  v2.5 (2017-11-03 16:31:47 UTC)

Go to Admin Tools, Attributes, and add a new attribute.

Note that the Hide on Submission checkbox and text is grayed out and is not selectable.  If you save the attribute and then edit it, you can then select the box for Hide on Submission.
Check other flags 0.0 <p>Blaine Esplin - 09/Nov/17 06:24 PM NOTE:  From further testing it looks like there is an enforcement that if Hide on Submission is checked that you have to have a default value for the attribute (even if it is NOT a required attribute).  So, that would make sense why it is grayed out on entry as you cannot enter a code and a default code just yet.</p>

<p>However, if this is the business rule and case, we need to make that much more apparent on new entry as well as on editing.  Currently if you edit and deselect Hide on Entry with the Default Value blank it does NOT (but should?) turn the box red. with a mouse-over explanation of the business rule.</p>
DI2E Storefront Redesign STORE-2428

TinyMCE- Attribute detailed description can't add image or video

Bug In Backlog Medium Unresolved Unassigned Blaine Esplin Blaine Esplin Nov 07, 2017 2:37 PM   Sep 10, 2018 4:31 PM   2.5 2.17     0 1 _thumb_129606.png   In the attributes area (Admin Tools) add a new attribute

In the Detailed Description click on the Photo or Video to add.

Nothing happens.  Tested in IE11 and Chrome on this build: v2.5 (2017-11-03 16:31:47 UTC)

!image-2017-11-07-14-37-26-233.png!
9223372036854775807 System UI
Blaine Esplin
2|hwryin: 0 0 In the attributes area (Admin Tools) add a new attribute

In the Detailed Description click on the Photo or Video to add.

Nothing happens.  Tested in IE11 and Chrome on this build: v2.5 (2017-11-03 16:31:47 UTC)

!image-2017-11-07-14-37-26-233.png!
0.0
DI2E Storefront Redesign STORE-2427

Check Submission Editing

Bug Groom High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Nov 07, 2017 12:50 PM   Sep 10, 2018 4:31 PM     2.9     0 1   I've received a few alert about:

Cannot UPDATE the record #22:2001 because the version is not the latest. Probably you are updating an old record or it has been modified by another user (db=v6 your=v5)

Coming from the submission form.  Question: Is how to duplicate this and where is coming from.   Can't be coming from a stale form ....it could be from rapid navigation check and see if we can improve that.

 
SPOON 9223372036854775807 Admin Entries
1 <p>Devin Shurtleff - 09/Nov/17 04:36 PM Check after 2.5</p>
Devin Shurtleff
2|hwryiv: 0 0 I've received a few alert about:

Cannot UPDATE the record #22:2001 because the version is not the latest. Probably you are updating an old record or it has been modified by another user (db=v6 your=v5)

Coming from the submission form.  Question: Is how to duplicate this and where is coming from.   Can't be coming from a stale form ....it could be from rapid navigation check and see if we can improve that.

 
0.0 <p>Devin Shurtleff - 09/Nov/17 04:36 PM Check after 2.5</p>
DI2E Storefront Redesign STORE-2426

Check Attribute Codes Santizaton

Bug In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Nov 07, 2017 12:39 PM   Sep 12, 2018 4:52 PM     2.9     0 1   Entered Text:

1. Longer option. Imagine if this text was really long. Even longer. Longer option. Imagine if this text was really long. Even longer. Longer option. Imagine if this text was really long. Even longer.

 

Code:

1. LONGEROPTION.IMAGINEIFTHISTEXTWASREALLYLONG.EVENLONGER.LONGEROPTION.IMAGINEIFTHISTEXTWASREALLYLONG.EVENLONGER.LONGEROPTION.IMAGINEIFTHISTEXTWASREALLYLONG.EVENLONGER.

 

I think the Carriage Return is the issue.    
source-developer, source-pmo 9223372036854775807 Admin Attributes
2
Devin Shurtleff
2|hwrydj: 0 0 Entered Text:

1. Longer option. Imagine if this text was really long. Even longer. Longer option. Imagine if this text was really long. Even longer. Longer option. Imagine if this text was really long. Even longer.

 

Code:

1. LONGEROPTION.IMAGINEIFTHISTEXTWASREALLYLONG.EVENLONGER.LONGEROPTION.IMAGINEIFTHISTEXTWASREALLYLONG.EVENLONGER.LONGEROPTION.IMAGINEIFTHISTEXTWASREALLYLONG.EVENLONGER.

 

I think the Carriage Return is the issue.    
Check if a data migration is needed. 0.0
DI2E Storefront Redesign STORE-2424

required and allow multiple validation error

Bug In Backlog Medium Unresolved Unassigned Kent Bair Kent Bair Nov 07, 2017 10:40 AM   Sep 10, 2018 4:30 PM     2.14     0 1   required and allow multiple check boxes are mutually exclusive an error box pops up but you can exit it and still save the attribute type. we should not let you save. source-testing 9223372036854775807 Admin Attributes
1
Kent Bair
2|hwruf3: 0 0 required and allow multiple check boxes are mutually exclusive an error box pops up but you can exit it and still save the attribute type. we should not let you save. Make the pop-up not closable or make the flagging mutually exclusive 0.0
DI2E Storefront Redesign STORE-2423

attribute type creation validation

Bug In Backlog Medium Unresolved Unassigned Kent Bair Kent Bair Nov 07, 2017 10:38 AM   Sep 12, 2018 4:52 PM     2.9     0 1   we should not allow you to create an attribute type that is not allowed for any component. source-testing 9223372036854775807 Admin Attributes
2
Kent Bair
2|hwrue7: 0 0 we should not allow you to create an attribute type that is not allowed for any component. Add validation client and API 0.0
DI2E Storefront Redesign STORE-2422

attribute code attachment

Bug In Backlog Medium Unresolved Unassigned Kent Bair Kent Bair Nov 07, 2017 10:36 AM   Sep 12, 2018 4:52 PM     2.9     0 1   the download link does not show for attribute codes with attachment unless you have a description SPOON, source-testing 9223372036854775807 Admin Attributes
1
Kent Bair
2|hwrudj: 0 0 the download link does not show for attribute codes with attachment unless you have a description 0.0
DI2E Storefront Redesign STORE-2421

prompt for attribute code when adding attribute types

Improvement In Backlog Medium Unresolved Unassigned Kent Bair Kent Bair Nov 07, 2017 10:30 AM   Sep 12, 2018 4:51 PM     2.9     0 1   when we create an attribute type we should prompt and open the manage codes page when new attribute types are added and/or possibly when editing an attribute type that does not have any codes. source-testing 9223372036854775807 Admin Attributes
1
Kent Bair
2|hwrucf: 0 0 when we create an attribute type we should prompt and open the manage codes page when new attribute types are added and/or possibly when editing an attribute type that does not have any codes. 0.0
DI2E Storefront Redesign STORE-2420

Entry attribute code form should not have two text boxes for the same value

Improvement In Backlog Medium Unresolved Unassigned Kent Bair Kent Bair Nov 07, 2017 10:23 AM   Sep 10, 2018 4:28 PM     2.9     0 1   hide label or make it read only so only Type Code Number is editable source-testing 9223372036854775807 Admin Attributes
1
Kent Bair
2|hwr72v: 0 0 hide label or make it read only so only Type Code Number is editable 0.0
DI2E Storefront Redesign STORE-2419

Default Code for Optional attributes

Improvement In Backlog Medium Unresolved Unassigned Kent Bair Kent Bair Nov 07, 2017 10:17 AM   Sep 12, 2018 4:51 PM     2.9     0 1   when you have a default code for optional attributes it should populate the code value field with the default on the add attribute 9223372036854775807 Admin Attributes
3
Kent Bair
2|hwrua7: 0 0 when you have a default code for optional attributes it should populate the code value field with the default on the add attribute Add to:

Admin form
Submission form
Multi-Attribute form
0.0
DI2E Storefront Redesign STORE-2418

Design Review: Simplify workflows for Entries w/Eval publishing cycle

Design In Backlog Critical Unresolved Unassigned Devin Shurtleff Devin Shurtleff Nov 06, 2017 9:58 AM   Dec 06, 2018 3:53 PM     2.12     0 1   Provide better support for a simplified workflow

 

Idea:

_ Add wizards for setup to prompt for information.   Step the user through the workflow at each stage show visibility of what is going to be changed.

 

_ Add Prompt for required fields on publish; it would need to know if an integration is managing 
source-developer, source-pmo 9223372036854775807 Admin Entries
3
Devin Shurtleff
2|huiafj: 0 0 Provide better support for a simplified workflow

 

Idea:

_ Add wizards for setup to prompt for information.   Step the user through the workflow at each stage show visibility of what is going to be changed.

 

_ Add Prompt for required fields on publish; it would need to know if an integration is managing 
0.0
DI2E Storefront Redesign STORE-2416

Font size on the Evaluation/Entry content should match Atlassian font sizes

Improvement In Backlog Medium Unresolved Unassigned Rex Nethercott Rex Nethercott Nov 02, 2017 11:02 AM   Sep 10, 2018 4:28 PM     2.14     0 2   This is my opinion but the font before was too small and now feels a bit large. Would like to note others opinions on this. Seems to be should be about the same size as the Atlassian products test size.  9223372036854775807 User Evaluation
1 <p>Devin Shurtleff - 29/Nov/17 04:43 PM Their font size is 14px by default.</p>
Devin Shurtleff, Rex Nethercott
2|hwrcuf: 0 0 This is my opinion but the font before was too small and now feels a bit large. Would like to note others opinions on this. Seems to be should be about the same size as the Atlassian products test size.  0.0 <p>Devin Shurtleff - 29/Nov/17 04:43 PM Their font size is 14px by default.</p>
DI2E Storefront Redesign STORE-2411

Reproducible manual test produces 403 error

Bug In Backlog High Unresolved Unassigned Blaine Esplin Blaine Esplin Nov 01, 2017 3:48 PM   Dec 06, 2018 3:55 PM     2.13.5     0 2   This is similar to what the Security Test automation saw when creating new users.  Interesting. 

To Reproduce:
# Log on as a user (with no admin rights)
# Navigate to User Tools, Submissions.
# Enter a new submission.
# Click Next on the first page
# ON Step 2.  Required Information enter required fields.  Enter an Entry type of DI2E Component and enter the required attributes at the bottom of the page.  Click next.

A 404 error is shown.  If you do this as an admin (on the User Tools area) there are no errors.  Reproduced in Chrome as well as IE11. 

 
source-testing 9223372036854775807 User Entries
1 <p>Blaine Esplin - 19/Apr/18 03:51 PM <a href="https://jira.di2e.net/browse/STORE-1877" title="403 problems and a solution, but WHY?" class="issue-link" data-issue-key="STORE-1877">STORE-1877</a> was focused on the Selenium automation whereas this ticket is a manually reproducible situation.</p>

<p> <br/>
Rex Nethercott - 29/Jan/18 11:41 PM Is this th......</p>
Blaine Esplin, Rex Nethercott
2|huiar3: 0 0 This is similar to what the Security Test automation saw when creating new users.  Interesting. 

To Reproduce:
# Log on as a user (with no admin rights)
# Navigate to User Tools, Submissions.
# Enter a new submission.
# Click Next on the first page
# ON Step 2.  Required Information enter required fields.  Enter an Entry type of DI2E Component and enter the required attributes at the bottom of the page.  Click next.

A 404 error is shown.  If you do this as an admin (on the User Tools area) there are no errors.  Reproduced in Chrome as well as IE11. 

 
0.0 <p>Blaine Esplin - 19/Apr/18 03:51 PM <a href="https://jira.di2e.net/browse/STORE-1877" title="403 problems and a solution, but WHY?" class="issue-link" data-issue-key="STORE-1877">STORE-1877</a> was focused on the Selenium automation whereas this ticket is a manually reproducible situation.</p>

<p> <br/>
Rex Nethercott - 29/Jan/18 11:41 PM Is this the same error in ticket 1877?</p>

<p> </p>
DI2E Storefront Redesign STORE-2410

Add better message handling in case on System misconfiguration.

Improvement In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Nov 01, 2017 3:05 PM   Sep 10, 2018 2:47 PM     2.14     0 1   Right now it will stop on the Manager that failed which is ok however, it would be nice to provide a message as to why it could not initialize.   (Eg. Configuration issue.) source-developer 9223372036854775807 System Messaging
3
Devin Shurtleff
2|huiax3: 0 0 Right now it will stop on the Manager that failed which is ok however, it would be nice to provide a message as to why it could not initialize.   (Eg. Configuration issue.) 0.0
DI2E Storefront Redesign STORE-2408

Add Widget Option for User Statistic Widget

Improvement In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Nov 01, 2017 9:41 AM   Sep 10, 2018 4:28 PM     2.17     0 1   This is for the User Statistic widgets:

 

Add option to filter the "Recently Login and Recently View" to exclude "Staff"  (non-default role) users.   It should be an option so an admin can choose what they want to see. 

Perhap on the  API allow filtering out or only showing "staff"
source-pmo 9223372036854775807 User Dashboard
3
Devin Shurtleff
2|hwr1en: 0 0 This is for the User Statistic widgets:

 

Add option to filter the "Recently Login and Recently View" to exclude "Staff"  (non-default role) users.   It should be an option so an admin can choose what they want to see. 

Perhap on the  API allow filtering out or only showing "staff"
0.0
DI2E Storefront Redesign STORE-2405

Add support to Advanced Search for Evaluations

Improvement In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Oct 31, 2017 12:02 PM   Oct 11, 2018 2:45 PM     2.18     0 1   Add support for searching:

_ Scores (Numeric)

_ Questions

_ Sections

_ Evaluation Summary

_ Evaluation Recommendations

..etc

 
DI2E, source-developer 9223372036854775807 User Search
5
Devin Shurtleff
2|hwqvqv: 0 0 Add support for searching:

_ Scores (Numeric)

_ Questions

_ Sections

_ Evaluation Summary

_ Evaluation Recommendations

..etc

 
0.0
DI2E Storefront Redesign STORE-2402

SWAT API Exception Handling Library

Improvement In Backlog Medium Unresolved Unassigned Cameron Cummings Cameron Cummings Oct 30, 2017 1:57 PM   May 31, 2019 10:28 AM     2.19     0 1 _thumb_127559.png   An exception handling library for API is required.
# Create a package called exceptions under Source Packages -> edu.usu.sdl.apiclient
# Create four separate classes that extend RuntimeException library
*# APIClientErrorException
*# APIValidException
*# APIServerErrorException
*# APIEntityNotFoundException

For httpGet:
* 200 (non-json)
* 200 (OK - actual data)
* 200 (Error model)

For httpPost:
* 201 (Created)
* 200 (Error Model)

For httpPut:
* 404 (Error model = null - throw EntityNotFound)
* 200 (OK - actual data)

For httpDelete:
* 200 (OK - no body)
* 204 (No content)

For all, handle the 500 code for server error.

Attached is a whiteboard drawing of thought process.

source-developer, source-testing 9223372036854775807 Auto UI Tests
2
Cameron Cummings
2|huibef: 0 0 An exception handling library for API is required.
# Create a package called exceptions under Source Packages -> edu.usu.sdl.apiclient
# Create four separate classes that extend RuntimeException library
*# APIClientErrorException
*# APIValidException
*# APIServerErrorException
*# APIEntityNotFoundException

For httpGet:
* 200 (non-json)
* 200 (OK - actual data)
* 200 (Error model)

For httpPost:
* 201 (Created)
* 200 (Error Model)

For httpPut:
* 404 (Error model = null - throw EntityNotFound)
* 200 (OK - actual data)

For httpDelete:
* 200 (OK - no body)
* 204 (No content)

For all, handle the 500 code for server error.

Attached is a whiteboard drawing of thought process.

0.0
DI2E Storefront Redesign STORE-2401

Add support for limit on Inline Media

Improvement Groom Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Oct 30, 2017 11:54 AM   Sep 10, 2018 4:27 PM     2.14     0 1   If media was copy/pasted the size limit is not enforced.  In practise, this not likely an issue. Maliciously there may be bad consequences. Check behavioir source-developer 9223372036854775807 Admin Entries
1 <p>Devin Shurtleff - 02/Nov/17 04:14 PM Confirm Behavior</p>
Devin Shurtleff
2|hwq527: 0 0 If media was copy/pasted the size limit is not enforced.  In practise, this not likely an issue. Maliciously there may be bad consequences. Check behavioir 0.0 <p>Devin Shurtleff - 02/Nov/17 04:14 PM Confirm Behavior</p>
DI2E Storefront Redesign STORE-2400

Add support for plugins to add reports

Improvement In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Oct 27, 2017 10:10 AM   Sep 10, 2018 4:26 PM     2.16     0 1   Add extension point to allow plugins reports.  This would be help for cases like spoon custom reports and DI2E custom reports.  

 

 
source-developer 9223372036854775807 Admin Reporting
3 <p>Devin Shurtleff - 27/Oct/17 04:14 PM I didn't have time add it in 2.5 but, this would be valuable and there's clear use-case. </p>
Devin Shurtleff
2|hwpxrb: 0 0 Add extension point to allow plugins reports.  This would be help for cases like spoon custom reports and DI2E custom reports.  

 

 
The interfaces are there: 

They just need to be moved to the API package and the "resolver" need to be moved to a service and the registration services need to be add or leverage the OSGI registry directory.
0.0 <p>Devin Shurtleff - 27/Oct/17 04:14 PM I didn't have time add it in 2.5 but, this would be valuable and there's clear use-case. </p>
DI2E Storefront Redesign STORE-2398

Validation of OSF Properties

Improvement In Backlog Medium Unresolved Unassigned Caleb Yearsley Caleb Yearsley Oct 26, 2017 6:35 PM   Sep 10, 2018 4:26 PM   2.5 2.17     0 2   When an OSF property is set to an invalid data type, unexpected results related to the property occur.  For example: when uploading an invalid value for max.post.size (long) (eg. "253r3fda"), any file type can be uploaded to the system regardless of its size. 

It would be helpful if, depending on the expected type of the property, filter/reject invalid values.
source-testing 9223372036854775807 Admin Entries
8 <p>Blaine Esplin - 02/Nov/17 04:45 PM Perhaps a better solution (shorter term, separate ticket?) would be to include a link on the page to a sample file with sample values such as port :9200 for el......</p>
Blaine Esplin, Caleb Yearsley
2|hwpu4v: 0 0 When an OSF property is set to an invalid data type, unexpected results related to the property occur.  For example: when uploading an invalid value for max.post.size (long) (eg. "253r3fda"), any file type can be uploaded to the system regardless of its size. 

It would be helpful if, depending on the expected type of the property, filter/reject invalid values.
0.0 <p>Blaine Esplin - 02/Nov/17 04:45 PM Perhaps a better solution (shorter term, separate ticket?) would be to include a link on the page to a sample file with sample values such as port :9200 for elastisearch and so forth. </p>

<p>A moderate solution might be to implement an import/ export feature for these settings where the admin could import sample values and then adjust from there?<br/>
Blaine Esplin - 01/Nov/17 09:18 PM Note also the possible consequences of not having validation.  While testing the new elasti search today I put the port number as "abc" and it put the app into a state where it could not restart, it was stuck on trying to connect to the db.  Devin had to go in and restart something and correct it.</p>
DI2E Storefront Redesign STORE-2395

Entry View should have more padding for content

Improvement In Backlog High Unresolved Unassigned Rex Nethercott Rex Nethercott Oct 26, 2017 1:11 PM   Sep 10, 2018 4:26 PM     2.17     0 1   When you look at an entry in SF sometimes the edge of the text lines up directly with the edge of the page. Would be nice if there was a little padding there.  source-pm-internal 9223372036854775807 Admin Entries
2
Rex Nethercott
2|hwpsjb: 0 0 When you look at an entry in SF sometimes the edge of the text lines up directly with the edge of the page. Would be nice if there was a little padding there.  Need to add to text heavy sections. 0.0
DI2E Storefront Redesign STORE-2393

Search Priority more Discerning

Improvement In Backlog Medium Unresolved Unassigned Rex Nethercott Rex Nethercott Oct 26, 2017 8:51 AM   Oct 31, 2018 1:22 PM     2.10     0 1   It would be nice to detail out our search priorities so that searches are more discerning to what the user wants. Possible suggestion:

Title,Tag, Summary etc. 

I think tags could go a long way in helping to categorize entries and the keywords better. 
both, source-pm-internal 9223372036854775807 Sprint Oct2018-2 User Search
2
Rex Nethercott
2|hyxfdz: 0 0 It would be nice to detail out our search priorities so that searches are more discerning to what the user wants. Possible suggestion:

Title,Tag, Summary etc. 

I think tags could go a long way in helping to categorize entries and the keywords better. 
0.0
DI2E Storefront Redesign STORE-2392

Design Review: Add support for archiving Entry upon delete

Design In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Oct 25, 2017 12:33 PM   Oct 25, 2018 1:38 PM     2.12     0 1   When an admin delete an entry with all associated data we need to archive the record for a time period and then clear out record after x days.

Probably, the best solution is to leverage the archive process and save off the record then remove. 
source-coe-suggestion, source-developer 9223372036854775807 Admin Imp. Exp. Arc.
1 <p>Devin Shurtleff - 26/Oct/17 04:10 PM From another ticket: <a href="https://jira.di2e.net/browse/STORE-2391" title="Delay deleting items from database to allow easy recovery from accidental deletion" class="issue-link" data-issue-key="STORE-2391"><del>STORE-2391</del></a></p>

<p>"</p>

<p>In addition to having Active and Inactive items, add a third category called Deleted Items. These deleted items would......</p>
Devin Shurtleff
2|hwpkb3: 0 0 When an admin delete an entry with all associated data we need to archive the record for a time period and then clear out record after x days.

Probably, the best solution is to leverage the archive process and save off the record then remove. 
0.0 <p>Devin Shurtleff - 26/Oct/17 04:10 PM From another ticket: <a href="https://jira.di2e.net/browse/STORE-2391" title="Delay deleting items from database to allow easy recovery from accidental deletion" class="issue-link" data-issue-key="STORE-2391"><del>STORE-2391</del></a></p>

<p>"</p>

<p>In addition to having Active and Inactive items, add a third category called Deleted Items. These deleted items would otherwise behave as if they were deleted (not showing up on searches, etc.) but could be restored to Inactive for, say, up to two weeks. After that, they would be locally archived as individual entries and marked for final deletion after an additional two weeks. </p>

<p>A "force delete" could be added which would go straight to the archive step and skip the first "deleted but still in the database" stage. </p>

<p> </p>

<p>The purpose of this is to provide a safety net for accidental deletion of an asset by an admin. "</p>
DI2E Storefront Redesign STORE-2389

Finish clean up of Metadata

Improvement In Backlog Low Unresolved Unassigned Devin Shurtleff Devin Shurtleff Oct 25, 2017 11:54 AM   Nov 08, 2018 4:55 PM     2.14     0 2   Remove the server-side support source-developer 9223372036854775807 Admin Imp. Exp. Arc.
2 <p>Devin Shurtleff - 30/Jan/18 03:58 PM When metadata was converted to attributes the metadata support was removed from the UI.  However the server-side remained intact to allow for the data conver......</p>
Devin Shurtleff, Rex Nethercott
2|hwpjp3: 0 0 Remove the server-side support 0.0 <p>Devin Shurtleff - 30/Jan/18 03:58 PM When metadata was converted to attributes the metadata support was removed from the UI.  However the server-side remained intact to allow for the data conversion.   Now that the conversion has rolled out the server-side support can be removed.<br/>
Rex Nethercott - 30/Jan/18 03:43 PM What is this referring to?</p>
DI2E Storefront Redesign STORE-2387

SWAT - Security - Create User Registration

Improvement In Backlog Medium Unresolved Unassigned Cameron Cummings Cameron Cummings Oct 25, 2017 11:18 AM   May 31, 2019 9:30 AM     2.20     0 2   *Test Steps:*
# Go to Application Management -> User Management -> Registrations tab (registration.jsp)
# Click on *+ Add*
# Fill out sections: Login Credentials and User Information
# Click Sign Up
# Verify that user has been created and is in table
# Clean up user with api call
source-developer, source-testing 9223372036854775807 Sprint Jan2018-1 Auto UI Tests
2 <p>Devin Shurtleff - 29/May/19 04:35 PM This is auto test creation ticket.</p>
Cameron Cummings, Devin Shurtleff
2|hx03zb: 0 0 *Test Steps:*
# Go to Application Management -> User Management -> Registrations tab (registration.jsp)
# Click on *+ Add*
# Fill out sections: Login Credentials and User Information
# Click Sign Up
# Verify that user has been created and is in table
# Clean up user with api call
0.0 <p>Devin Shurtleff - 29/May/19 04:35 PM This is auto test creation ticket.</p>
DI2E Storefront Redesign STORE-2383

UI/Usability Improvements

Epic Open High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Oct 25, 2017 9:33 AM   Apr 23, 2018 12:32 PM           0 1   These are improvement to the UI to improve usablity or address items help match users use cases 9223372036854775807 Admin UI Done ghx-label-6
Devin Shurtleff
2|hwe2f3: 0 0 These are improvement to the UI to improve usablity or address items help match users use cases 0.0
DI2E Storefront Redesign STORE-2381

Pending tags in Admin Tools

Improvement In Backlog Medium Unresolved Unassigned Kent Bair Kent Bair Oct 25, 2017 9:03 AM   Mar 25, 2019 3:11 PM   2.5 2.14     0 2   While testing STORE-2180 i found some inconsistent data in the Admin Tools - Tags page. The list of tags and their counts include pending changes but the listed entries when you select the tag do not. This was very confusing to me.

Please ALSO fix this for SPOON:  https://jira.sdl.usu.edu/browse/SPOON-967
source-developer 9223372036854775807 Admin Tags
2 <p>Blaine Esplin - 25/Mar/19 09:07 PM This is still a problem in SPOON and Storefront.  To Reproduce:</p>
<ol>
<li>Log in as a user in a browser.  Go to User Tools, Submissions.  Find an entry you own.  Do ......</li>
</ol>
Blaine Esplin, Kent Bair
2|hwpgt3: 0 0 While testing STORE-2180 i found some inconsistent data in the Admin Tools - Tags page. The list of tags and their counts include pending changes but the listed entries when you select the tag do not. This was very confusing to me.

Please ALSO fix this for SPOON:  https://jira.sdl.usu.edu/browse/SPOON-967
Show the pending entries (keep in mind this will show dups) We need to distinguish them. 0.0 <p>Blaine Esplin - 25/Mar/19 09:07 PM This is still a problem in SPOON and Storefront.  To Reproduce:</p>
<ol>
<li>Log in as a user in a browser.  Go to User Tools, Submissions.  Find an entry you own.  Do a Change Request and add a tag.  Remember the tag.  Note the entry</li>
<li>In a different browser go to Admin Tools, DM, UD, Tags.  Note that for the Tag there is one more than there really is in the count on the left.  Note that the entry from the step above is NOT listed in the Associated entries. </li>
<li>If you approve the change request (Admin Tools Entries) all is then well, the numbers match up.</li>
</ol>
DI2E Storefront Redesign STORE-2377

Add santization to System Configuration Properties

Improvement In Backlog Low Unresolved Unassigned Ryan Frazier Ryan Frazier Oct 23, 2017 3:07 PM   Sep 10, 2018 4:24 PM   2.5 2.14     0 1   # Go to /openstorefront/AdminTool.action?load=System
# Click on System Configuration Properties tab
# inject js in app.title field
#* DI2E Clearinghouse </title><script>Ext.onReady(function(){alert("Hacked")})</script>
# webpage chokes on save
# restart the server and injection successful
source-testing 9223372036854775807 System Configuration
1
Ryan Frazier
2|hwp73z: 0 0 # Go to /openstorefront/AdminTool.action?load=System
# Click on System Configuration Properties tab
# inject js in app.title field
#* DI2E Clearinghouse </title><script>Ext.onReady(function(){alert("Hacked")})</script>
# webpage chokes on save
# restart the server and injection successful
0.0
DI2E Storefront Redesign STORE-2376

Add prompt for Updates to Required Attributes on Publish

Improvement In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Oct 23, 2017 11:59 AM May 31, 2019 10:33 AM Aug 10, 2018 11:17 AM     2.9     0 1   The issue here has to do with the DI2E attributes that describe state.   We need a better process to capture this.   I think it would be better to make it part of the evaluation workflow status to instead of attributes or in conjunction with so they update correctly.

 

We need to work out what make sense to communicate to the users and make it more automate as far as tracking.  Eg.  The evaluation status (or simplify version of) can be displayed to the user if the entry is approved.

 

Currently the right workflow (which is not being done all the time)

----------------------

The process for setup an evaluation:

 
# Create the jira ticket in ASSET project
# Create the entry if need or edit and add the jira ticket
# Create the evaluation for that entry
# Update the jira ticket when done
# Then Publish/Approve (2.4.3)
# Then let the system pull or force a pull to update stats.

 

Note: 

Dave T. ..."I don’t want to lose that tie to JIRA.  JIRA is still the “gold copy” for status.  If you are going to change that in the future, I’d like to discuss."

 

 

 

 
source-developer, source-pmo 9223372036854775807 System Workflow
5
Devin Shurtleff
2|hwp5kv: 0 0 The issue here has to do with the DI2E attributes that describe state.   We need a better process to capture this.   I think it would be better to make it part of the evaluation workflow status to instead of attributes or in conjunction with so they update correctly.

 

We need to work out what make sense to communicate to the users and make it more automate as far as tracking.  Eg.  The evaluation status (or simplify version of) can be displayed to the user if the entry is approved.

 

Currently the right workflow (which is not being done all the time)

----------------------

The process for setup an evaluation:

 
# Create the jira ticket in ASSET project
# Create the entry if need or edit and add the jira ticket
# Create the evaluation for that entry
# Update the jira ticket when done
# Then Publish/Approve (2.4.3)
# Then let the system pull or force a pull to update stats.

 

Note: 

Dave T. ..."I don’t want to lose that tie to JIRA.  JIRA is still the “gold copy” for status.  If you are going to change that in the future, I’d like to discuss."

 

 

 

 
0.0
DI2E Storefront Redesign STORE-2374

Security Roles - Delete Security Role

Improvement In Backlog Medium Unresolved Unassigned Ryan Frazier Ryan Frazier Oct 19, 2017 4:47 PM   Dec 06, 2018 3:53 PM     2.19 Automated Tests   0 1   # Login as Admin
# Go to Admin Tools -> Application Management -> Security Roles
# Create a test admin security role via api
# Select the test admin security role from table
# Click Delete
# Select a security role in drop-down menu to move users to STOREFRONT - Admin (this role is part of the empty data set)
# Click confirm
# Verify the test admin security role is no longer in the table
source-developer, source-testing 9223372036854775807 Sprint Jan2018-1, Sprint June2018-1 Admin Security
2
Ryan Frazier
2|huiak7: 0 0 # Login as Admin
# Go to Admin Tools -> Application Management -> Security Roles
# Create a test admin security role via api
# Select the test admin security role from table
# Click Delete
# Select a security role in drop-down menu to move users to STOREFRONT - Admin (this role is part of the empty data set)
# Click confirm
# Verify the test admin security role is no longer in the table
0.0
DI2E Storefront Redesign STORE-2372

SWAT - Security Roles - Manage Data Restrictions

Improvement In Backlog Medium Unresolved Unassigned Cameron Cummings Cameron Cummings Oct 18, 2017 5:05 PM   May 31, 2019 9:29 AM     2.20     0 1   *Test Roles:*
# Login as Admin
# API call to create test role
# API call to create lookup of type data source and add two codes
# Select Test Role
# Click on Manage Data Restrictions
# Select Data Source tab and drag and drop different data source items
# Select Data Sensitivity tab and drag and drop different data sensitivity items
# Click Save
# Click on Manage Data Restrictions and verify lists under each tab. Close window.
source-testing 9223372036854775807 Sprint Oct2017-2 Auto UI Tests
3
Cameron Cummings
2|hwkshr: 0 0 *Test Roles:*
# Login as Admin
# API call to create test role
# API call to create lookup of type data source and add two codes
# Select Test Role
# Click on Manage Data Restrictions
# Select Data Source tab and drag and drop different data source items
# Select Data Sensitivity tab and drag and drop different data sensitivity items
# Click Save
# Click on Manage Data Restrictions and verify lists under each tab. Close window.
0.0
DI2E Storefront Redesign STORE-2371

SWAT - Security Roles - Edit Existing Role

Improvement In Backlog Low Unresolved Unassigned Ryan Frazier Ryan Frazier Oct 18, 2017 4:46 PM   May 31, 2019 9:29 AM     2.20     0 1   # login as Admin
# call API to create TestRole
# go to Admin Tools -> Application Management -> Security Roles
# select TestRole from table
# click Edit
# change something on the role
** change Landing Page Priority as this is easy to verify
# Verify change in the table
source-testing 9223372036854775807 Auto UI Tests
3
Ryan Frazier
2|hwonn3: 0 0 # login as Admin
# call API to create TestRole
# go to Admin Tools -> Application Management -> Security Roles
# select TestRole from table
# click Edit
# change something on the role
** change Landing Page Priority as this is easy to verify
# Verify change in the table
0.0
DI2E Storefront Redesign STORE-2370

Automated Test - Security Roles - Add User to Security Role

Improvement In Backlog Medium Unresolved Unassigned Cameron Cummings Cameron Cummings Oct 18, 2017 4:43 PM   Sep 10, 2018 2:17 PM     2.14     0 1   *Test Steps:*
# Login as Admin
# API call needed to create test security role (must have ADMIN-USER-MANAGEMENT privileges)
# API call needed to create test user
# Go to Admin Tools &rarr; Application Management &rarr; Security Roles
# Click on test security role
# Click on Manage Users
# Find test user
# Add test user to test role
# Verify test user is now part of list
source-testing 9223372036854775807 Sprint Oct2017-2, Sprint Jan2018-1 Admin Security
3
Cameron Cummings
2|huiakf: 0 0 *Test Steps:*
# Login as Admin
# API call needed to create test security role (must have ADMIN-USER-MANAGEMENT privileges)
# API call needed to create test user
# Go to Admin Tools &rarr; Application Management &rarr; Security Roles
# Click on test security role
# Click on Manage Users
# Find test user
# Add test user to test role
# Verify test user is now part of list
0.0
DI2E Storefront Redesign STORE-2369

SWAT - Security Roles - managing permissions

Improvement In Backlog Medium Unresolved Unassigned Ryan Frazier Ryan Frazier Oct 18, 2017 4:41 PM   May 31, 2019 9:29 AM     2.20     0 1   # Login as Admin
# call API to create TestRole
# go to AdminTools -> Application Management -> Security Roles
# select role TestRole from table
# click Manage Permissions
# change security roles by dragging and dropping roles on table
# Save changes
# verify the changed security roles
source-testing 9223372036854775807 Sprint Oct2017-2 Auto UI Tests
3
Ryan Frazier
2|hwkshj: 0 0 # Login as Admin
# call API to create TestRole
# go to AdminTools -> Application Management -> Security Roles
# select role TestRole from table
# click Manage Permissions
# change security roles by dragging and dropping roles on table
# Save changes
# verify the changed security roles
0.0
DI2E Storefront Redesign STORE-2368

Consider adding a block for Base URLs

Improvement In Backlog Low Unresolved Unassigned Devin Shurtleff Devin Shurtleff Oct 18, 2017 4:03 PM   Sep 10, 2018 4:24 PM     2.11     0 1   This is minor as the individual feature require permission source-testing 9223372036854775807 Admin Entries
2
Devin Shurtleff
2|hwonjr: 0 0 This is minor as the individual feature require permission Each landing page would need it's own permission 0.0
DI2E Storefront Redesign STORE-2366

SWAT - Security Roles - create role

Improvement In Backlog Medium Unresolved Unassigned Ryan Frazier Ryan Frazier Oct 18, 2017 3:49 PM   May 31, 2019 9:29 AM     2.20     0 1   # Login as Admin
# got to Admin Tools -> Application Management -> Security Roles
# click on Add
# fill out form
#* Role Name = TestAdminRole
#* Description = Test Admin Role
#* landing page = /
#* landing page priority = 0
#* check boxes "Allow Unspecified Data Source", "Allow Unspecified Data Sensitivity"
# Click Save
# verify TestAdminRole in table
# delete TestAdminRole with API
source-developer, source-testing 9223372036854775807 Auto UI Tests
2 <p>Devin Shurtleff - 19/Oct/17 07:49 PM Split Create and Delete into two tests and JIRA tickets.</p>
Devin Shurtleff, Ryan Frazier
2|hwonfb: 0 0 # Login as Admin
# got to Admin Tools -> Application Management -> Security Roles
# click on Add
# fill out form
#* Role Name = TestAdminRole
#* Description = Test Admin Role
#* landing page = /
#* landing page priority = 0
#* check boxes "Allow Unspecified Data Source", "Allow Unspecified Data Sensitivity"
# Click Save
# verify TestAdminRole in table
# delete TestAdminRole with API
0.0 <p>Devin Shurtleff - 19/Oct/17 07:49 PM Split Create and Delete into two tests and JIRA tickets.</p>
DI2E Storefront Redesign STORE-2365

Add Quick Survey Feature to Entries

New Feature In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Oct 18, 2017 2:50 PM   Sep 10, 2018 4:18 PM     2.21     0 1   See if we can capture '"value" metric:
# Was the description understandable?
# Was the POCs valuable?
# Did you use the Resource links (code, documentation, etc)?
# Did the information help in decision making? 

And perhaps add an optional comment field.

 
source-pmo 9223372036854775807 User Engagement
5
Devin Shurtleff
2|hwkshb: 0 0 See if we can capture '"value" metric:
# Was the description understandable?
# Was the POCs valuable?
# Did you use the Resource links (code, documentation, etc)?
# Did the information help in decision making? 

And perhaps add an optional comment field.

 
Add "Helpful" , "Not Helpful" (collect why) 0.0
DI2E Storefront Redesign STORE-2363

Add Support for Highlighting search item found

Improvement In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Oct 18, 2017 9:48 AM   Oct 01, 2018 10:12 AM     2.18     0 1   "In addition, the results pages could show every instance of the search word in highlighted text.  Google displays the Search bar window with the searched word in it.  That's another idea."

 

This may only work on index searches...or we need a general way of processing the search results and marking item affecting the search.  Keep in mind it could be a variety of items.   This would require heavy post processing.  And then we would need to make the display of the highlights intuitive.

 

Once the highlights are resolved then on the display we could have a "Search details" link/button the when clicked shows the highlight items that affected the search.  Think would be the highlight could/should be complex model with entities being highlighted.

 

 

 
both, source-pmo 9223372036854775807 User Search
8
Devin Shurtleff
2|hwojmf: 0 0 "In addition, the results pages could show every instance of the search word in highlighted text.  Google displays the Search bar window with the searched word in it.  That's another idea."

 

This may only work on index searches...or we need a general way of processing the search results and marking item affecting the search.  Keep in mind it could be a variety of items.   This would require heavy post processing.  And then we would need to make the display of the highlights intuitive.

 

Once the highlights are resolved then on the display we could have a "Search details" link/button the when clicked shows the highlight items that affected the search.  Think would be the highlight could/should be complex model with entities being highlighted.

 

 

 
0.0
DI2E Storefront Redesign STORE-2362

Add a human readable display of an Advanced Search

Improvement In Backlog Low Unresolved Unassigned Devin Shurtleff Devin Shurtleff Oct 18, 2017 9:44 AM   Oct 11, 2018 2:43 PM     2.14     0 1   "For any "Tag" click, the results page does not display any indication what the user selected.  Somewhere we should show up the user selected.  For example, in the upper banner bar, "Search  Results - Advanced" could say for "GPS" the following "Search Results - Advanced for : GPS". "

 

In the "Search Result: xxxx" header when it and advance search it just says "Advanced". The ? shows the search criteria however, in the case of the index search it show what the user searched on.   

The idea hear would be to create a human readable text of the advance search where possible. 

The complication is the search model data vary with the search type and there are many search criteria combinations.

 

 
both, source-pmo 9223372036854775807 User Search
3
Devin Shurtleff
2|hwojlb: 0 0 "For any "Tag" click, the results page does not display any indication what the user selected.  Somewhere we should show up the user selected.  For example, in the upper banner bar, "Search  Results - Advanced" could say for "GPS" the following "Search Results - Advanced for : GPS". "

 

In the "Search Result: xxxx" header when it and advance search it just says "Advanced". The ? shows the search criteria however, in the case of the index search it show what the user searched on.   

The idea hear would be to create a human readable text of the advance search where possible. 

The complication is the search model data vary with the search type and there are many search criteria combinations.

 

 
0.0
DI2E Storefront Redesign STORE-2360

As admin I want to be able to add a Role Group to the tracking Events

Improvement In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Oct 17, 2017 11:36 AM   Dec 06, 2018 4:03 PM     2.13.5     0 1   If we add the group then it make it easier to filter out "Evaluator" view and admin views from tracking stats. source-developer, source-pmo 9223372036854775807 Admin Tracking
2
Devin Shurtleff
2|hwoeg7: 0 0 If we add the group then it make it easier to filter out "Evaluator" view and admin views from tracking stats. 0.0
DI2E Storefront Redesign STORE-2353

SWAT - Disable User Info Editing

Improvement In Backlog Low Unresolved Unassigned Cameron Cummings Cameron Cummings Oct 16, 2017 4:10 PM   May 31, 2019 9:30 AM     2.20     0 2   *Test Steps:*
# API call to set Disable User Information Editing in Security Policy
# Login as *Admin*. Go to *User Tools &rarr; Profile*.
# Confirm fields are not editable by user
source-testing 9223372036854775807 Auto UI Tests
2 <p>Devin Shurtleff - 29/May/19 04:35 PM This is auto test creation ticket.</p>
Cameron Cummings, Devin Shurtleff
2|hwoae7: 0 0 *Test Steps:*
# API call to set Disable User Information Editing in Security Policy
# Login as *Admin*. Go to *User Tools &rarr; Profile*.
# Confirm fields are not editable by user
0.0 <p>Devin Shurtleff - 29/May/19 04:35 PM This is auto test creation ticket.</p>
DI2E Storefront Redesign STORE-2352

SWAT - Edit Security Policy Form

Improvement In Backlog Medium Unresolved Unassigned Cameron Cummings Cameron Cummings Oct 16, 2017 4:09 PM   May 31, 2019 9:29 AM     2.20     0 1   *Test Steps:*
# Login as *_Admin_*.
# Go to *Admin Tools &rarr; Application Management &rarr; Security*.
# Note: Store the current state of the check boxes so that they can be reset back to developers current working environment in cleanup process
# Check the following boxes: Disable User Information Editing, Allow User Registration, and Auto-approve User.
# Click *Save*.
# Refresh the page (driver).
# Make sure you are on the Security Policy tab.
# Assert that the changes were saved on the form.
source-developer, source-testing 9223372036854775807 Sprint Oct2017-2 Auto UI Tests
2
Cameron Cummings
2|hwksh3: 0 0 *Test Steps:*
# Login as *_Admin_*.
# Go to *Admin Tools &rarr; Application Management &rarr; Security*.
# Note: Store the current state of the check boxes so that they can be reset back to developers current working environment in cleanup process
# Check the following boxes: Disable User Information Editing, Allow User Registration, and Auto-approve User.
# Click *Save*.
# Refresh the page (driver).
# Make sure you are on the Security Policy tab.
# Assert that the changes were saved on the form.
0.0
DI2E Storefront Redesign STORE-2345

Improve the navigation/display of Evaluation

Improvement In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Oct 12, 2017 9:48 AM   Sep 10, 2018 4:22 PM     2.18     0 1   Look at the default template on the evaluation information.   We could look at an override template and see can add one to address the current view.   It may be nice to put together a couple of templates to see which one they like.    source-pmo 9223372036854775807 User Evaluation
5 <p>Devin Shurtleff - 04/Jan/18 11:29 PM See what we can come up with on this.<br/>
Devin Shurtleff - 12/Oct/17 04:12 PM Waiting for Stan and others for feedback.</p>
Devin Shurtleff
2|hwns7j: 0 0 Look at the default template on the evaluation information.   We could look at an override template and see can add one to address the current view.   It may be nice to put together a couple of templates to see which one they like.    0.0 <p>Devin Shurtleff - 04/Jan/18 11:29 PM See what we can come up with on this.<br/>
Devin Shurtleff - 12/Oct/17 04:12 PM Waiting for Stan and others for feedback.</p>
DI2E Storefront Redesign STORE-2342

Add Alert for Feedback

Improvement In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Oct 11, 2017 12:55 PM   Sep 10, 2018 4:22 PM     2.14     0 1   Add an alert for when we get feedback...it should be an option even though most of the time either JIRA or email feedback  will be sufficient.  However, it would be good to have as an option. source-developer, source-pmo 9223372036854775807 Admin Messaging
2
Devin Shurtleff
2|hwnnf3: 0 0 Add an alert for when we get feedback...it should be an option even though most of the time either JIRA or email feedback  will be sufficient.  However, it would be good to have as an option. 0.0
DI2E Storefront Redesign STORE-2332

Spoon Administration

Epic Open High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Oct 05, 2017 10:41 AM   Feb 15, 2018 11:34 AM           0 1   SPOON 9223372036854775807 Spoon Administration Done ghx-label-5
Devin Shurtleff
2|hwmxk7:
DI2E Storefront Redesign STORE-2322

Development Process Improvements

Epic Open High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Oct 02, 2017 10:23 AM   Jan 25, 2018 2:54 PM           0 1   These are items related to development process improvements/changes 9223372036854775807 Sonar Cube Done ghx-label-1
Devin Shurtleff
2|hwdopb: These are items related to development process improvements/changes
DI2E Storefront Redesign STORE-2308

Preview Evaluation Next/Previous

Bug In Backlog Low Unresolved Unassigned Devin Shurtleff Devin Shurtleff Sep 27, 2017 2:01 PM   Sep 10, 2018 2:47 PM     2.18     0 1   We need to add check to disable button if there is no next or previous source-developer 9223372036854775807 User Evaluation
1
Devin Shurtleff
2|huiawn: We need to add check to disable button if there is no next or previous 0.0
DI2E Storefront Redesign STORE-2306

Admin sorting on organization references not working

Bug In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Sep 27, 2017 12:56 PM   Sep 10, 2018 3:25 PM     2.14     0 1   Admin organization the reference popup grid is not sorting.... Likely has remote sort on which should be off source-developer 9223372036854775807 Admin Organizations
1
Devin Shurtleff
2|huib93: Admin organization the reference popup grid is not sorting.... Likely has remote sort on which should be off 0.0
DI2E Storefront Redesign STORE-2305

Add filter to Entry to Filter by Organization

Improvement In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Sep 27, 2017 12:39 PM   Sep 10, 2018 3:53 PM     2.9     0 1   Add filter on admin entries.

Add filter type ("Name, Organization"...etc)

 

 
source-pm-internal 9223372036854775807 Admin Entries
2
Devin Shurtleff
2|huiblz: Add filter on admin entries.

Add filter type ("Name, Organization"...etc)

 

 
On the API make it dynamic as to the filter field. Some fields may not be supported. On the UI we set the fields to filter on.

Similar to user profiles filter
0.0
DI2E Storefront Redesign STORE-2301

Allow for uploading multiple images at once

Improvement In Backlog Low Unresolved Unassigned Aaron Fine Aaron Fine Sep 26, 2017 3:46 PM May 29, 2019 1:43 PM May 29, 2019 1:43 PM     2.18     0 1   To upload an image the following steps must be taken

1) Select where in the document you want the image.

2) Click on the ADD IMAGE button in the toolbar

3) Click on the Select Image File button

4) Select exactly one file to upload

5) Name the image

6) Click the upload button

7) Select the uploaded image from the menu

 

Please change is so that:

   A) it doesn't require so many clicks to add an image;

   B) it is possible to upload more than one picture at a time. 

An example of what I'm thinking can be seen in the attachment.
source-coe-suggestion 9223372036854775807 User Evaluation
5
Aaron Fine
2|huibr3: To upload an image the following steps must be taken

1) Select where in the document you want the image.

2) Click on the ADD IMAGE button in the toolbar

3) Click on the Select Image File button

4) Select exactly one file to upload

5) Name the image

6) Click the upload button

7) Select the uploaded image from the menu

 

Please change is so that:

   A) it doesn't require so many clicks to add an image;

   B) it is possible to upload more than one picture at a time. 

An example of what I'm thinking can be seen in the attachment.
Section media
Entry media

This should be as reusable component.
0.0
DI2E Storefront Redesign STORE-2299

Add status indicator boxes to all items in the navigation bar on an evaluation form

Improvement In Backlog Medium Unresolved Unassigned Aaron Fine Aaron Fine Sep 26, 2017 3:36 PM May 29, 2019 1:38 PM Oct 01, 2018 5:19 PM     2.9.5     0 2 _thumb_120192.png   The status indicator boxes on all of the checklist questions are very useful. Please add those to everything. 

!Status Checkboxes.png!
source-coe-suggestion 9223372036854775807 User Evaluation
<p>Devin Shurtleff - 28/Sep/17 03:39 PM There is a existing ticket for entry workflow status.  (Find and link)</p>

<p>May want wait for workflow to be more in place</p>

<p> </p>
Aaron Fine, Devin Shurtleff
2|huibhr: The status indicator boxes on all of the checklist questions are very useful. Please add those to everything. 

!Status Checkboxes.png!
0.0 <p>Devin Shurtleff - 28/Sep/17 03:39 PM There is a existing ticket for entry workflow status.  (Find and link)</p>

<p>May want wait for workflow to be more in place</p>

<p> </p>
DI2E Storefront Redesign STORE-2295

Add the ability to setup User-defined Jobs

New Feature In Backlog Medium Unresolved Devin Shurtleff Devin Shurtleff Devin Shurtleff Sep 26, 2017 1:09 PM   Sep 10, 2018 4:00 PM     2.16.5     0 1   Add support for persistence User defined job: 

Such as Action Report Job that will post tasks to be done in an email.
source-developer 9223372036854775807 Automatic Data Management
8 <p>Devin Shurtleff - 27/Sep/17 05:29 PM We don't have a need for this yet...given the change of direction.....but it may come into play later.</p>

<p>Also, it may come into play with the auto data pull......</p>
Devin Shurtleff
2|hujgyn: Add support for persistence User defined job: 

Such as Action Report Job that will post tasks to be done in an email.
0.0 <p>Devin Shurtleff - 27/Sep/17 05:29 PM We don't have a need for this yet...given the change of direction.....but it may come into play later.</p>

<p>Also, it may come into play with the auto data pulling...so I'm leaving it in 2.5 for now.</p>
DI2E Storefront Redesign STORE-2276

Add option to data alert for user groups

Improvement In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Sep 20, 2017 1:32 PM   Sep 10, 2018 3:58 PM     2.11     0 1   Add alert option to only alert for specific group (right now it coded for specific users. source-developer, source-pmo 9223372036854775807 Admin Messaging
3
Devin Shurtleff
2|huibnz: Add alert option to only alert for specific group (right now it coded for specific users. Add UI option to existing data alert and replace the hard coded check for permission with the dynamic one.

Allow multiple select and special "group" for default users
0.0
DI2E Storefront Redesign STORE-2275

Add a Admin Entry filter for UserData

Improvement In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Sep 20, 2017 1:23 PM   Sep 10, 2018 3:53 PM     2.9     0 1   Add a filter to help identify:

_ User Submission

_ User Change Request

 

vs Admin(librarian/evaluator) entries and change requests.

 

 
source-pmo 9223372036854775807 Admin Entries
3
Devin Shurtleff
2|huiblr: Add a filter to help identify:

_ User Submission

_ User Change Request

 

vs Admin(librarian/evaluator) entries and change requests.

 

 
0.0
DI2E Storefront Redesign STORE-2271

Add notification sub-section was added to template

Improvement In Backlog Medium Unresolved Unassigned Ryan Frazier Ryan Frazier Sep 20, 2017 11:59 AM   Sep 12, 2018 4:49 PM   2.4.2 2.18     0 1   Admin Tools -> Eval. Mgmt -> Template -> Section Templates -> Add/Edit Section Template

When user clicks on "Add Sub-Section" button, no indication that the user added a sub-section. It would be nice to have a notification that the user successfully added a sub-section.
source-testing 9223372036854775807 User Evaluation
1
Ryan Frazier
2|huibqv: Admin Tools -> Eval. Mgmt -> Template -> Section Templates -> Add/Edit Section Template

When user clicks on "Add Sub-Section" button, no indication that the user added a sub-section. It would be nice to have a notification that the user successfully added a sub-section.
0.0
DI2E Storefront Redesign STORE-2260

SWAT -User Tools Reports - Toggle Scheduled Report Status

Improvement In Backlog Low Unresolved Unassigned Cameron Cummings Cameron Cummings Sep 18, 2017 5:28 PM   May 31, 2019 9:19 AM   2.5 2.19     0 1 _thumb_120330.png   Testing Steps:
# Login and go to User Tools &rarr; Reports
# Create an entry and scheduled report via API
# Locate the scheduled report and click on toggle status
# Verify the status has changed to _Inactive_.
# Go to inactive scheduled reports and change the status back to active
# Verify the status been updated to _Active_.

Note: We will need to create some API calls for creating a scheduled report.
A3.3, source-testing 9223372036854775807 Auto UI Tests
<p>Cameron Cummings - 22/Sep/17 08:38 PM I added test steps.<br/>
Devin Shurtleff - 21/Sep/17 04:56 PM Please add rubic details and intended test steps to description</p>
Cameron Cummings, Devin Shurtleff
2|huibfb: Testing Steps:
# Login and go to User Tools &rarr; Reports
# Create an entry and scheduled report via API
# Locate the scheduled report and click on toggle status
# Verify the status has changed to _Inactive_.
# Go to inactive scheduled reports and change the status back to active
# Verify the status been updated to _Active_.

Note: We will need to create some API calls for creating a scheduled report.
0.0 <p>Cameron Cummings - 22/Sep/17 08:38 PM I added test steps.<br/>
Devin Shurtleff - 21/Sep/17 04:56 PM Please add rubic details and intended test steps to description</p>
DI2E Storefront Redesign STORE-2259

SWAT User Tools Reports - Delete Scheduled Report

Improvement In Backlog Medium Unresolved Unassigned Ryan Frazier Ryan Frazier Sep 18, 2017 5:27 PM   May 31, 2019 9:19 AM   2.5 2.16     0 3 _thumb_120390.png   Test Steps:
# Login
# Go to User Tools &rarr; Tools &rarr; Reports
# Click on Scheduled Reports
# API should have create scheduled report
# Delete scheduled report and verify that is has been deleted
A3.3, source-testing 9223372036854775807 Auto UI Tests
3 <p>Cameron Cummings - 27/Sep/17 08:49 PM Updated score.</p>

<p>Cameron Cummings - 22/Sep/17 08:42 PM Test steps have been added<br/>
Devin Shurtleff - 21/Sep/17 04:56 PM Please add rubic details and intended......</p>
Cameron Cummings, Devin Shurtleff, Ryan Frazier
2|huibdz: Test Steps:
# Login
# Go to User Tools &rarr; Tools &rarr; Reports
# Click on Scheduled Reports
# API should have create scheduled report
# Delete scheduled report and verify that is has been deleted
0.0 <p>Cameron Cummings - 27/Sep/17 08:49 PM Updated score.</p>

<p>Cameron Cummings - 22/Sep/17 08:42 PM Test steps have been added<br/>
Devin Shurtleff - 21/Sep/17 04:56 PM Please add rubic details and intended test steps to description</p>
DI2E Storefront Redesign STORE-2258

User Tools Reports - Edit Scheduled Report

Improvement In Backlog Low Unresolved Unassigned Ryan Frazier Ryan Frazier Sep 18, 2017 5:25 PM   Sep 10, 2018 3:34 PM   2.5 2.16     0 3 _thumb_120393.png   Test steps:
# Login
# Go to User Tools &rarr; Tools &rarr; Reports
# API creates scheduled report with Monthly as run frequency
# Locate scheduled report in table and select
# Click Edit
# Change the _How often to run the report field_ from *Monthly* to *Weekly*.
# Verify in the table that this has been changed
A3.3, source-testing 9223372036854775807 System API
<p>Devin Shurtleff - 02/Oct/17 05:16 PM Change of direction will put this on low priory but, still may be done.<br/>
Devin Shurtleff - 28/Sep/17 03:56 PM Covered by the create report</p>
Cameron Cummings, Devin Shurtleff, Ryan Frazier
2|huibe7: Test steps:
# Login
# Go to User Tools &rarr; Tools &rarr; Reports
# API creates scheduled report with Monthly as run frequency
# Locate scheduled report in table and select
# Click Edit
# Change the _How often to run the report field_ from *Monthly* to *Weekly*.
# Verify in the table that this has been changed
0.0 <p>Devin Shurtleff - 02/Oct/17 05:16 PM Change of direction will put this on low priory but, still may be done.<br/>
Devin Shurtleff - 28/Sep/17 03:56 PM Covered by the create report<br/>
Cameron Cummings - 27/Sep/17 08:54 PM Updated Score</p>

<p>Cameron Cummings - 22/Sep/17 08:49 PM Test steps have been added<br/>
Devin Shurtleff - 21/Sep/17 04:55 PM Please add rubic details and intended test steps to description</p>
DI2E Storefront Redesign STORE-2257

SWAT - User Tools Reports - Create Scheduled Report

Improvement In Backlog Medium Unresolved Unassigned Cameron Cummings Cameron Cummings Sep 18, 2017 5:21 PM   May 31, 2019 9:19 AM   2.5 2.16     0 1 _thumb_120394.png   # Login
# Go to User Tools &rarr; Tools &rarr; Reports
# Click on *Scheduled Reports*
# Click on *+Add*
# Fill out the form and click *Save*
# Verify scheduled report has been created
A3.3, source-testing 9223372036854775807 Auto UI Tests
3 <p>Cameron Cummings - 27/Sep/17 08:57 PM Updated Score</p>

<p>Cameron Cummings - 22/Sep/17 08:57 PM Added your request for details/description<br/>
Devin Shurtleff - 21/Sep/17 04:55 PM Please add rubic detai......</p>
Cameron Cummings, Devin Shurtleff
2|huibdr: # Login
# Go to User Tools &rarr; Tools &rarr; Reports
# Click on *Scheduled Reports*
# Click on *+Add*
# Fill out the form and click *Save*
# Verify scheduled report has been created
0.0 <p>Cameron Cummings - 27/Sep/17 08:57 PM Updated Score</p>

<p>Cameron Cummings - 22/Sep/17 08:57 PM Added your request for details/description<br/>
Devin Shurtleff - 21/Sep/17 04:55 PM Please add rubic details and intended test steps to description</p>
DI2E Storefront Redesign STORE-2255

SWAT- User Tools Reports - Create Nonscheduled Report

Improvement In Backlog Medium Unresolved Unassigned Cameron Cummings Cameron Cummings Sep 18, 2017 4:40 PM   May 31, 2019 9:19 AM   2.5 2.16     0 1 _thumb_120396.png   Test steps:
# Login
# Go to User Tools &rarr; Tools &rarr; Reports
# API call to create entry
# Click on *New Report*
# Create an entry detail report on the entry created by API
# For the field _How often to run the report?:_ enter *Now (One Time Only)*
# Click on *Run Report*
# Locate the report in _Reports_ table.
# We can verify completion by checking every 500 ms for status change.
A3.3, source-testing 9223372036854775807 Auto UI Tests
<p>Cameron Cummings - 27/Sep/17 09:00 PM Updated score<br/>
Cameron Cummings - 22/Sep/17 09:19 PM Description added<br/>
Devin Shurtleff - 21/Sep/17 04:52 PM Please add rubic details and intended test steps ......</p>
Cameron Cummings, Devin Shurtleff
2|huibc7: Test steps:
# Login
# Go to User Tools &rarr; Tools &rarr; Reports
# API call to create entry
# Click on *New Report*
# Create an entry detail report on the entry created by API
# For the field _How often to run the report?:_ enter *Now (One Time Only)*
# Click on *Run Report*
# Locate the report in _Reports_ table.
# We can verify completion by checking every 500 ms for status change.
0.0 <p>Cameron Cummings - 27/Sep/17 09:00 PM Updated score<br/>
Cameron Cummings - 22/Sep/17 09:19 PM Description added<br/>
Devin Shurtleff - 21/Sep/17 04:52 PM Please add rubic details and intended test steps to description</p>
DI2E Storefront Redesign STORE-2248

SWAT -User Tools - Submission Request Change

Improvement In Backlog Medium Unresolved Unassigned Cameron Cummings Cameron Cummings Sep 18, 2017 1:42 PM May 29, 2019 12:05 PM May 31, 2019 9:31 AM     2.14     0 3 _thumb_119950.png   # Login as admin user
# Click on User Tools from top right user menu
# Click on Submissions in the sub-menu-bar on the right
# Create a User Submission with an API call
# Select the created user submission just created
# Click on "Request Change" button in the Submissions sub-menu
# Change description
# Click "Next" button 3 times at bottom right of request change window
# Click "Submit For Review"
# Verify the "Pending Change" column entry contains the string "Pending"
A2,0 9223372036854775807 Auto UI Tests
<p>Devin Shurtleff - 29/May/19 06:05 PM This is auto test ticket.<br/>
Devin Shurtleff - 04/Jan/18 12:01 AM In 2.6. Submission form/process is expecting significant change.</p>
Cameron Cummings, Devin Shurtleff, Ryan Frazier
2|huibdj: # Login as admin user
# Click on User Tools from top right user menu
# Click on Submissions in the sub-menu-bar on the right
# Create a User Submission with an API call
# Select the created user submission just created
# Click on "Request Change" button in the Submissions sub-menu
# Change description
# Click "Next" button 3 times at bottom right of request change window
# Click "Submit For Review"
# Verify the "Pending Change" column entry contains the string "Pending"
0.0 <p>Devin Shurtleff - 29/May/19 06:05 PM This is auto test ticket.<br/>
Devin Shurtleff - 04/Jan/18 12:01 AM In 2.6. Submission form/process is expecting significant change.<br/>
Cameron Cummings - 27/Sep/17 09:07 PM Updated score. For some reason I am unable to delete previous score. No trash icon is available to click on.<br/>
Ryan Frazier - 25/Sep/17 09:33 PM Rubric and intended test steps added.<br/>
Devin Shurtleff - 21/Sep/17 04:49 PM Please add rubic details and intended test steps to description</p>
DI2E Storefront Redesign STORE-2247

SWAT - User Tools - Delete Submission with Not Submitted Status

Improvement In Backlog Low Unresolved Unassigned Ryan Frazier Ryan Frazier Sep 18, 2017 1:41 PM May 29, 2019 12:06 PM May 31, 2019 9:31 AM   2.5 2.19     0 1 _thumb_120404.png   # Log in as admin
# Click on user tools in top right menu
# Click on submissions
# call API to create a "Not Submitted" entry
# select the "Not Submitted" entry
# click Delete button
# verify the entry is no longer in the Submissions table
A3 9223372036854775807 Auto UI Tests
<p>Devin Shurtleff - 29/May/19 06:06 PM This is auto test ticket.<br/>
Devin Shurtleff - 21/Sep/17 04:49 PM Please add rubic details and intended test steps to description</p>
Devin Shurtleff, Ryan Frazier
2|huibev: # Log in as admin
# Click on user tools in top right menu
# Click on submissions
# call API to create a "Not Submitted" entry
# select the "Not Submitted" entry
# click Delete button
# verify the entry is no longer in the Submissions table
0.0 <p>Devin Shurtleff - 29/May/19 06:06 PM This is auto test ticket.<br/>
Devin Shurtleff - 21/Sep/17 04:49 PM Please add rubic details and intended test steps to description</p>
DI2E Storefront Redesign STORE-2245

SWAT User Tools - Edit Pending Submission

Improvement In Backlog Low Unresolved Unassigned Cameron Cummings Cameron Cummings Sep 18, 2017 1:39 PM May 29, 2019 12:05 PM May 31, 2019 9:31 AM   2.5 2.19     0 1 _thumb_120410.png   # Log in as admin
# click User Tools in top right drop down menu
# click submissions
# make API call to create a pending submission
# select pending submission
# click edit button
# change information on form
# click next, next, submit for review
# verify the pending submission has been changed
A1.8 9223372036854775807 Auto UI Tests
<p>Devin Shurtleff - 29/May/19 06:05 PM This is auto test ticket.<br/>
Devin Shurtleff - 28/Sep/17 04:21 PM Changing priority<br/>
Devin Shurtleff - 28/Sep/17 04:04 PM Cover by create form</p>
Cameron Cummings, Devin Shurtleff
2|huiben: # Log in as admin
# click User Tools in top right drop down menu
# click submissions
# make API call to create a pending submission
# select pending submission
# click edit button
# change information on form
# click next, next, submit for review
# verify the pending submission has been changed
0.0 <p>Devin Shurtleff - 29/May/19 06:05 PM This is auto test ticket.<br/>
Devin Shurtleff - 28/Sep/17 04:21 PM Changing priority<br/>
Devin Shurtleff - 28/Sep/17 04:04 PM Cover by create form<br/>
Devin Shurtleff - 21/Sep/17 04:40 PM Please provide rubric and step to cover</p>
DI2E Storefront Redesign STORE-2244

SWAT User Tools - Edit Not Submitted Entry

Improvement In Backlog Medium Unresolved Unassigned Ryan Frazier Ryan Frazier Sep 18, 2017 1:39 PM May 29, 2019 12:05 PM May 31, 2019 9:31 AM   2.5 2.14     0 1 _thumb_120412.png   # log in as admin
# click User Tools in top right drop down menu
# Click Submissions
# call API to create a "Not Submitted" entry
# select not submitted entry
# click edit
# change text in table
# click next, next, submit for review
A2.5 9223372036854775807 Auto UI Tests
<p>Devin Shurtleff - 29/May/19 06:05 PM This is auto test ticket.<br/>
Devin Shurtleff - 21/Sep/17 04:39 PM Please provide rubric and step to cover</p>
Devin Shurtleff, Ryan Frazier
2|huibdb: # log in as admin
# click User Tools in top right drop down menu
# Click Submissions
# call API to create a "Not Submitted" entry
# select not submitted entry
# click edit
# change text in table
# click next, next, submit for review
0.0 <p>Devin Shurtleff - 29/May/19 06:05 PM This is auto test ticket.<br/>
Devin Shurtleff - 21/Sep/17 04:39 PM Please provide rubric and step to cover</p>
DI2E Storefront Redesign STORE-2223

As evaluator, evaluation form autosave and summary have errors with IE11

Bug In Backlog Medium Unresolved Unassigned Blaine Esplin Blaine Esplin Sep 12, 2017 11:21 AM   Jan 18, 2019 10:46 AM           0 2   Found these while testing STORE-2056, showed them to Devin:

1.  Using IE11 (did not happen in Chrome or latest Firefox or Edge) go to Admin Tools, Evaluation Management and select an evaluation and edit it.  Go to the summary tab and make a change.  Note, after a few seconds Unsaved Changes is shown in red.  Click Save.  It shows it is saved.  Go to one of the questions.  Come back to Summary.  The Unsaved Changes red text is shown (it is tripped incorrectly) although you saved your changes and the changes are present.

2.  General observation on all tested (above) browsers:  We do not auto-save (when clicking to a different section) when clicking AWAY from the SUMMARY section.  Should we be doing this?  We do auto-save when clicking away from the various questions and such.
source-testing 9223372036854775807 User Evaluation
1 <p>Rex Nethercott - 29/Jan/18 11:26 PM This seems like it should be two tickets, or seems like the autosave was done previously?</p>

<p> </p>
Blaine Esplin, Rex Nethercott
2|huiarr: Found these while testing STORE-2056, showed them to Devin:

1.  Using IE11 (did not happen in Chrome or latest Firefox or Edge) go to Admin Tools, Evaluation Management and select an evaluation and edit it.  Go to the summary tab and make a change.  Note, after a few seconds Unsaved Changes is shown in red.  Click Save.  It shows it is saved.  Go to one of the questions.  Come back to Summary.  The Unsaved Changes red text is shown (it is tripped incorrectly) although you saved your changes and the changes are present.

2.  General observation on all tested (above) browsers:  We do not auto-save (when clicking to a different section) when clicking AWAY from the SUMMARY section.  Should we be doing this?  We do auto-save when clicking away from the various questions and such.
0.0 <p>Rex Nethercott - 29/Jan/18 11:26 PM This seems like it should be two tickets, or seems like the autosave was done previously?</p>

<p> </p>
DI2E Storefront Redesign STORE-2221

STORE-2192 Update Setup Docs

Technical task Open High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Sep 11, 2017 4:39 PM   Sep 11, 2017 4:39 PM           0 1   Update the setup docs to describe proper install procedure and the reasons. 9223372036854775807 Sprint Sept2017-1
Devin Shurtleff
2|hwk2c7: Update the setup docs to describe proper install procedure and the reasons.
DI2E Storefront Redesign STORE-2220

STORE-2192 Install Acceptance

Technical task Open High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Sep 11, 2017 4:38 PM   Sep 11, 2017 4:38 PM           0 1   store-acceptance _update jdk

_update tomcat
9223372036854775807 Sprint Sept2017-1
Devin Shurtleff
2|hwk2bz: _update jdk

_update tomcat
DI2E Storefront Redesign STORE-2219

STORE-2192 Install Dev

Technical task Open High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Sep 11, 2017 4:31 PM   Sep 11, 2017 4:55 PM           0 1   store-dev _ Update jdk 

 

Old Note:  (Repeat for new instructions)

I installed jdk-8u144-linux-x64.rpm on dev:

rpm -Uvh jdk-8u144-linux-x64.rpm

 

_ Update tomcat

Keep Notes
9223372036854775807 Sprint Sept2017-1
Devin Shurtleff
2|hwk2br: _ Update jdk 

 

Old Note:  (Repeat for new instructions)

I installed jdk-8u144-linux-x64.rpm on dev:

rpm -Uvh jdk-8u144-linux-x64.rpm

 

_ Update tomcat

Keep Notes
DI2E Storefront Redesign STORE-2218

STORE-2192 Install Locally

Technical task Working High Unresolved Devin Shurtleff Devin Shurtleff Devin Shurtleff Sep 11, 2017 4:30 PM   Feb 14, 2018 5:02 PM           0 1   Local environment Local install (Dev install) 9223372036854775807 Sprint Sept2017-1
Devin Shurtleff
2|hwk2bj: Local install (Dev install)
DI2E Storefront Redesign STORE-2216

Add Help about How To - Review/QA Moderation

Improvement In Backlog Low Unresolved Unassigned Devin Shurtleff Devin Shurtleff Sep 11, 2017 4:03 PM   May 29, 2019 10:47 AM     2.17     0 1   Adding how to guide to help source-developer 9223372036854775807 Admin Ques/Ans Tools
2 <p>Devin Shurtleff - 29/May/19 04:47 PM There is some information but, it could be improved.   Unfortunately, someone else will need to research this feature and collect notes.   Check [https://con......</p>
Devin Shurtleff
2|hujgz3: Adding how to guide to help 0.0 <p>Devin Shurtleff - 29/May/19 04:47 PM There is some information but, it could be improved.   Unfortunately, someone else will need to research this feature and collect notes.   Check <a href="https://confluence.di2e.net/display/STORE/Features+and+Expected+Behavior" class="external-link" rel="nofollow">https://confluence.di2e.net/display/STORE/Features+and+Expected+Behavior</a></p>

<p> </p>

<p>As a starting point.</p>
DI2E Storefront Redesign STORE-2208

Multi-Search for Nested Entries

Design In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Sep 11, 2017 7:41 AM   Sep 10, 2018 4:17 PM     2.24     0 1   This would allow better searching for nested entries. 

Idea: would to have 3 or more results tables and as the user searches one it pulls child/related entries in the other tables,

 
source-developer, source-pmo 9223372036854775807 Describe Support
2
Devin Shurtleff
2|hwe7l3: This would allow better searching for nested entries. 

Idea: would to have 3 or more results tables and as the user searches one it pulls child/related entries in the other tables,

 
0.0
DI2E Storefront Redesign STORE-2206

Describe Support

Epic Open High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Sep 11, 2017 7:28 AM   Apr 23, 2018 11:45 AM           0 1   Ticket that add/improve features to help with describe.

 
9223372036854775807 Describe Support To Do ghx-label-7
Devin Shurtleff
2|hwdotb: Ticket that add/improve features to help with describe.

 
0.0
DI2E Storefront Redesign STORE-2190

Show Text Cloud based on Attributes/Orgs

New Feature In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Aug 30, 2017 1:33 PM   Sep 10, 2018 4:03 PM     2.18     0 1   We could add as an option to allowing showing a "cloud" via a specific attribute.  The app would need to calc the number of entries per attribute. source-developer 9223372036854775807 User Tools Improvement
2
Devin Shurtleff
2|hujh13: We could add as an option to allowing showing a "cloud" via a specific attribute.  The app would need to calc the number of entries per attribute. 0.0
DI2E Storefront Redesign STORE-2181

Relationship Navigation Improvements

Design In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Aug 28, 2017 10:10 AM   Sep 10, 2018 3:48 PM     2.15.5     0 1   This ticket may have overlap with other tickets.
# After clicking on an organization, the next screen goes to the core node.  The user has to click on the core node to bring up the relationships.  It's seems it would be more intuitive to bring the user right to this screen without them clicking on this node.
# Navigating in this area is non-intuitive.  If the user clicks on a node or two, he keeps drilling down.  But, if they hit the browser back button, they go back to the home screen.  Couple of options.  Either make the back button go only one layer up or include specific backward, forward, and "home" buttons for this specific screen
source-pmo 9223372036854775807 Admin Relation Tools
3
Devin Shurtleff
2|huibkn: This ticket may have overlap with other tickets.
# After clicking on an organization, the next screen goes to the core node.  The user has to click on the core node to bring up the relationships.  It's seems it would be more intuitive to bring the user right to this screen without them clicking on this node.
# Navigating in this area is non-intuitive.  If the user clicks on a node or two, he keeps drilling down.  But, if they hit the browser back button, they go back to the home screen.  Couple of options.  Either make the back button go only one layer up or include specific backward, forward, and "home" buttons for this specific screen
0.0
DI2E Storefront Redesign STORE-2174

NASA Integration

Epic Open Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Aug 24, 2017 4:14 PM   Jan 31, 2019 4:03 PM           0 1   Adding support for integration with nasa systems SPOON 9223372036854775807 SPOON S3VI Done ghx-label-2
Devin Shurtleff
2|hwdotj: Adding support for integration with nasa systems 0.0
DI2E Storefront Redesign STORE-2173

Reusability Improvement

Epic Open Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Aug 24, 2017 4:11 PM   Jul 05, 2018 2:02 PM           0 1   Added more flexibility in deployment or data management 9223372036854775807 System Reusability To Do ghx-label-9
Devin Shurtleff
2|hwe2pz: Added more flexibility in deployment or data management 0.0
DI2E Storefront Redesign STORE-2171

Integration Improvements

Epic Open Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Aug 24, 2017 3:50 PM   May 31, 2019 10:28 AM           0 1   Add/improve integration point with external systems and add/improve storefront to external system integration. 9223372036854775807 System API To Do ghx-label-7
Devin Shurtleff
2|hwe2o7: Add/improve integration point with external systems and add/improve storefront to external system integration. 0.0
DI2E Storefront Redesign STORE-2170

User Tools Improvement

Epic Open Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Aug 24, 2017 3:47 PM   Sep 14, 2018 9:43 AM           0 1   Items that would help user organize manage their data. 9223372036854775807 User Tools Improvement To Do ghx-label-5
Devin Shurtleff
2|hwe2mn: Items that would help user organize manage their data. 0.0
DI2E Storefront Redesign STORE-2168

Advance Comparison

Epic Open Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Aug 24, 2017 3:02 PM   Jan 22, 2018 3:27 PM           0 1   This would allow comparing multiple entries leveraging all of the evaluation data to rank and compare based on area of interest.  (IE. Discoverability, Security…etc) Also, apply weights on sections.  9223372036854775807 Advance Comparison Done ghx-label-3
Devin Shurtleff
2|hwe2rz: This would allow comparing multiple entries leveraging all of the evaluation data to rank and compare based on area of interest.  (IE. Discoverability, Security…etc) Also, apply weights on sections. 
DI2E Storefront Redesign STORE-2167

Administration Improvements

Epic Open Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Aug 24, 2017 2:59 PM   Jan 22, 2018 3:27 PM           0 1   This effort addresses issue and improvement with existing features to bring them more in align with current needs. 9223372036854775807 Administration Improvements Done ghx-label-1
Devin Shurtleff
2|hwe2rr: This effort addresses issue and improvement with existing features to bring them more in align with current needs.
DI2E Storefront Redesign STORE-2166

Data Scaling

Epic Open Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Aug 24, 2017 2:58 PM   Apr 23, 2018 10:14 AM           0 1   This is a follow on effort to improve the application to handle large data set.  This would include improvement to UI and API based on a study conducted previously. 9223372036854775807 Data Scaling Done ghx-label-8
Devin Shurtleff
2|hwe2rj: This is a follow on effort to improve the application to handle large data set.  This would include improvement to UI and API based on a study conducted previously. 0.0
DI2E Storefront Redesign STORE-2165

User Engagement

Epic Open Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Aug 24, 2017 2:57 PM   Sep 10, 2018 5:08 PM           0 1   Add improvements to engage the community can get more feedback on the data and encourage more participation. 9223372036854775807 User Engagement To Do ghx-label-6
Devin Shurtleff
2|hwdotz: Add improvements to engage the community can get more feedback on the data and encourage more participation. 0.0
DI2E Storefront Redesign STORE-2164

Assistant Librarians

Epic Open High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Aug 24, 2017 2:56 PM   Oct 19, 2018 11:48 AM       Data Administration   0 2   Provide a feature to allow assigning entries to assistants that have more limit access rather that given assists full librarian accessing.   This effort would include a way for the community to submit information on asset without being the asset owner. (wiki like access, but changes are still required approval) 9223372036854775807 Assistant Librarians &Roles Done ghx-label-4
Blaine Esplin, Devin Shurtleff
2|hwdor3: Provide a feature to allow assigning entries to assistants that have more limit access rather that given assists full librarian accessing.   This effort would include a way for the community to submit information on asset without being the asset owner. (wiki like access, but changes are still required approval) 0.0
DI2E Storefront Redesign STORE-2163

Evaluation/Entry Processflow

Epic Open Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Aug 24, 2017 2:55 PM   Apr 23, 2018 11:04 AM           0 1   This is an effort to reduce administration as well as defining more structure to the workflows in the storefront.   Administration tasks can get overlook when the system does not provide information on what it expect administrators and user to do. 9223372036854775807 Entry/Eval Processflow Done ghx-label-2
Devin Shurtleff
2|hwe2en: This is an effort to reduce administration as well as defining more structure to the workflows in the storefront.   Administration tasks can get overlook when the system does not provide information on what it expect administrators and user to do. 0.0
DI2E Storefront Redesign STORE-2141

Add advanced Merge Feature

Design In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Aug 22, 2017 7:49 AM   Sep 10, 2018 3:52 PM     2.9     0 1   An advance merge is needed for both evaluations and change requests.

This feature would allow the 'merger' the ability to pick the items to merge after comparison.

Take target or keep merge ....and perhap keep both.

 

Here the situation:

We have an approved entry that users add tags/reviews/questions to ....meanwhile the evaluator's change request has none of that.  When an admin publishes the eval or approves a change request it take the change request changes and inactivate change on the main entry.   Review/Question have special handling and are ok.

 

On a merge there are cases where an admin needs to make decision on how/what to merge.

Right now it's manual resolve and addition training may be needed to explain how to resolve.   Perhaps the tools can help with the resolving in a advance case.

 

 

 
source-developer, source-pm-internal 9223372036854775807 Admin Entries
3
Devin Shurtleff
2|huiblb: An advance merge is needed for both evaluations and change requests.

This feature would allow the 'merger' the ability to pick the items to merge after comparison.

Take target or keep merge ....and perhap keep both.

 

Here the situation:

We have an approved entry that users add tags/reviews/questions to ....meanwhile the evaluator's change request has none of that.  When an admin publishes the eval or approves a change request it take the change request changes and inactivate change on the main entry.   Review/Question have special handling and are ok.

 

On a merge there are cases where an admin needs to make decision on how/what to merge.

Right now it's manual resolve and addition training may be needed to explain how to resolve.   Perhaps the tools can help with the resolving in a advance case.

 

 

 
0.0
DI2E Storefront Redesign STORE-2140

Update TinyMCE

Improvement In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Aug 21, 2017 12:11 PM   Dec 06, 2018 3:59 PM     2.17     0 1   We are currently using 4.1.5 the latest is 4.6.5...It would good to update and see if that fixes a few issues. source-developer 9223372036854775807 System Updates
3
Devin Shurtleff
2|huiaxb: We are currently using 4.1.5 the latest is 4.6.5...It would good to update and see if that fixes a few issues. 0.0
DI2E Storefront Redesign STORE-2138

Allow attachments to Evaluation Section

Improvement In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Aug 16, 2017 1:59 PM   Sep 10, 2018 3:59 PM     2.18     0 1   This can use the media to allow for attaching/linking to other file other than media/image

 
source-coe-suggestion 9223372036854775807 User Evaluation
3
Devin Shurtleff
2|huibqf: This can use the media to allow for attaching/linking to other file other than media/image

 
This would be a tinymce tool to make it easier. 0.0
DI2E Storefront Redesign STORE-2137

Update user list API call

Improvement In Backlog High Unresolved Unassigned Kent Bair Kent Bair Aug 16, 2017 12:02 PM   Sep 10, 2018 3:58 PM     2.19     0 1   Add/update user API to pull based on a permission (option) to allow filtering the results 9223372036854775807 System API
1
Kent Bair
2|huibov: Add/update user API to pull based on a permission (option) to allow filtering the results Look at supporting both internal groups and external (From active directory) 0.0
DI2E Storefront Redesign STORE-2135

Add a Simple Suggest Item to Look at

Design In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Aug 16, 2017 7:56 AM   Sep 10, 2018 3:39 PM     2.21     0 1   Looking at usage data...we have several user login and view nothing.   Perhaps we can have a "suggest an item to look at" type feature to send message to admin about a asset/software that they would like to see or a topic or area they would be interest in.   

 

 
source-developer 9223372036854775807 User Engagement
1
Devin Shurtleff
2|huibhz: Looking at usage data...we have several user login and view nothing.   Perhaps we can have a "suggest an item to look at" type feature to send message to admin about a asset/software that they would like to see or a topic or area they would be interest in.   

 

 
0.0
DI2E Storefront Redesign STORE-2108

Help Improvements

Epic Open High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Aug 14, 2017 10:31 AM   Apr 23, 2018 9:51 AM           0 1   Improve Help content and add How tos 9223372036854775807 Help Improvements Done
Devin Shurtleff
2|hwdowf: Improve Help content and add How tos 0.0
DI2E Storefront Redesign STORE-2106

Help Linking

Design In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Aug 14, 2017 10:29 AM   Jul 09, 2018 2:36 PM     2.9     0 1   Linking help from a specific page or button to directly to help. source-pmo 9223372036854775807 System UI
3 <p>Devin Shurtleff - 11/Sep/17 03:40 PM Address long term maintenance with this,</p>
Devin Shurtleff
2|hujgyv: Linking help from a specific page or button to directly to help. 0.0 <p>Devin Shurtleff - 11/Sep/17 03:40 PM Address long term maintenance with this,</p>
DI2E Storefront Redesign STORE-2105

Merge Media/Resources

Design In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Aug 14, 2017 10:28 AM   Sep 10, 2018 4:01 PM     2.18     0 1   This would create one bucket to handle both external links and Media and the application would separate them out.  (Determine where they go) source-pm-internal 9223372036854775807 User Tools Improvement
3
Devin Shurtleff
2|hujgzr: This would create one bucket to handle both external links and Media and the application would separate them out.  (Determine where they go) 0.0
DI2E Storefront Redesign STORE-2104

Add property description to (System Config Properties)

Improvement In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Aug 14, 2017 10:20 AM   Sep 10, 2018 3:57 PM     2.14     0 1   Add property description to (System Config Properties) source-pmo 9223372036854775807 System Configuration
3
Devin Shurtleff
2|huibnj: Add property description to (System Config Properties) 0.0
DI2E Storefront Redesign STORE-2102

Layout on Side by Side Compare has horizontal scrolling and should be reduced

Improvement In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Aug 14, 2017 10:13 AM May 29, 2019 11:59 AM May 29, 2019 11:59 AM     2.17     0 1   Some sections are causing horizontal scrolling....Try to reduce that and do more wrapping. both, source-pmo 9223372036854775807 User Entries
1 <p>Devin Shurtleff - 29/May/19 05:59 PM On SPOON this as changed to table that has the products on the top and just horizontal scrolls though them.  It also allow more than 2 items. </p>

<p>Changing th......</p>
Devin Shurtleff
2|huianz: Some sections are causing horizontal scrolling....Try to reduce that and do more wrapping. 0.0 <p>Devin Shurtleff - 29/May/19 05:59 PM On SPOON this as changed to table that has the products on the top and just horizontal scrolls though them.  It also allow more than 2 items. </p>

<p>Changing this to a grid:</p>

<p>                           A           B         C</p>

<p>name</p>

<p>description </p>

<p> </p>

<p> </p>
DI2E Storefront Redesign STORE-2080

Consider adding a Content Repository for Document attached to entries

Design In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Aug 10, 2017 1:05 PM   Sep 10, 2018 3:53 PM     2.9     0 1   _Allows for version control

_ Document searching (Separate or integrated with current search

_ Allow for restricting documents (Some support now); allow certain user to attach documents to entries (useful for adding test document and outside evals)

 
SPOON, source-developer 9223372036854775807 Admin Entries
3
Devin Shurtleff
2|huibnb: _Allows for version control

_ Document searching (Separate or integrated with current search

_ Allow for restricting documents (Some support now); allow certain user to attach documents to entries (useful for adding test document and outside evals)

 
0.0
DI2E Storefront Redesign STORE-2079

Table cell background color doesn't display the same in edit window vs full screen

Bug Groom Medium Unresolved Unassigned Aaron Fine Aaron Fine Aug 10, 2017 10:29 AM May 29, 2019 1:25 PM Sep 10, 2018 2:40 PM     2.14     0 1 _thumb_112690.png _thumb_112691.png   When editing my table in the normal window that comes up when editing an evaluation, my table has shading:

!Table Display Issue - Normal Table.png!

 

However, if I go to full screen, the table is no longer shaded:

!Table Display Issue - Fullscreen Table.png!

 

I can toggle back and forth between these two views and the only apparent change is the table coloring, so it seems to be preserved but just not displayed. 
source-coe-suggestion 9223372036854775807 User Evaluation
2
Aaron Fine
2|huiav3: When editing my table in the normal window that comes up when editing an evaluation, my table has shading:

!Table Display Issue - Normal Table.png!

 

However, if I go to full screen, the table is no longer shaded:

!Table Display Issue - Fullscreen Table.png!

 

I can toggle back and forth between these two views and the only apparent change is the table coloring, so it seems to be preserved but just not displayed. 
Check for missing style or style sheet change 0.0
DI2E Storefront Redesign STORE-2061

Add message user from admin feedback

Improvement In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Aug 08, 2017 4:07 PM   Sep 10, 2018 3:54 PM     2.14     0 1   Add Message button to admin feedback....just for convenience.. source-developer 9223372036854775807 Admin Messaging
1
Devin Shurtleff
2|huibm7: Add Message button to admin feedback....just for convenience.. 0.0
DI2E Storefront Redesign STORE-2040

Text Box Format Types are missing Quote Format Type in TinyMCE

Bug In Backlog Medium Unresolved Unassigned Aaron Fine Aaron Fine Aug 04, 2017 11:49 AM   Sep 10, 2018 2:37 PM     2.9     0 1 _thumb_111895.png _thumb_111894.png   We cannot copy over the full fidelity of information from Confluence without supporting all of the format types offered on Confluence. Currently Storefront is missing the ability to mark a section of text as being quoted. 
{quote}Example
{quote}
What I got:

!Missing Quote Format Type.png!

What I was copying:

!Target Behavior for Quote Type.png!
source-coe-suggestion 9223372036854775807 System UI
1
Aaron Fine
2|huiauf: We cannot copy over the full fidelity of information from Confluence without supporting all of the format types offered on Confluence. Currently Storefront is missing the ability to mark a section of text as being quoted. 
{quote}Example
{quote}
What I got:

!Missing Quote Format Type.png!

What I was copying:

!Target Behavior for Quote Type.png!
We need check the scope of what editors this applies to. (Just Evals?) It looks like we may just need to update the tinymce config

see https://www.tinymce.com/docs-3x/reference/configuration/Configuration3x@theme_advanced_buttons_1_n/
0.0
DI2E Storefront Redesign STORE-2039

Media Upload Bar Not Working

Bug Groom Medium Unresolved Unassigned Aaron Fine Aaron Fine Aug 04, 2017 11:43 AM   Sep 10, 2018 2:34 PM     2.14     0 2 _thumb_111893.png   When uploading a video file to the Storefront there is a Media Upload status menu popup thing that opens. 

Instead of the window remaining with a fixed width and the progress bar increasing from 0 to 100 percent the window instead grows in width while the progress bar starts at 10 and jumps to 20 with no values before, after, or in between. 

!Media Upload Status Bar Error.png!
source-coe-suggestion 9223372036854775807 Admin Entries
1 <p>Devin Shurtleff - 21/Aug/17 04:43 PM The actual issue is the Media Wait Window is growing in size and the progress bar is not changing.  </p>

<p>I was unable to replicated on a quick test.   We can ......</p>
Aaron Fine, Devin Shurtleff
2|huiatz: When uploading a video file to the Storefront there is a Media Upload status menu popup thing that opens. 

Instead of the window remaining with a fixed width and the progress bar increasing from 0 to 100 percent the window instead grows in width while the progress bar starts at 10 and jumps to 20 with no values before, after, or in between. 

!Media Upload Status Bar Error.png!
0.0 <p>Devin Shurtleff - 21/Aug/17 04:43 PM The actual issue is the Media Wait Window is growing in size and the progress bar is not changing.  </p>

<p>I was unable to replicated on a quick test.   We can investigate further.<br/>
Devin Shurtleff - 21/Aug/17 04:27 PM The upload time is indeterminate however, we can change this to not show a percent.</p>

<p>Dev Note:</p>

<p>Look at Media, Resources... and check admin form, submission; eval section media.</p>

<p>Check other uploads</p>
DI2E Storefront Redesign STORE-2034

Update Entry default font size

Improvement In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Aug 03, 2017 4:13 PM   Nov 08, 2018 4:52 PM     2.17     0 2   # word-wrap: break-word;
# color: #262626;
# font-weight: normal;
# font-size: 19px;
# line-height: 1.45;
# font-family: "Georgia", Serif;  //see if this make sense

It seems the entry text is a bit big....see if we can improve readability
DI2E, source-developer 9223372036854775807 Sprint Oct2018-2 Admin Entries
2 <p>Blaine Esplin - 18/Oct/18 04:55 PM Would this also apply to custom entry submission forms?<br/>
Devin Shurtleff - 14/Aug/17 05:08 PM We want to apply to entry views.  (check templates)</p>
Blaine Esplin, Devin Shurtleff
2|hyxfdb: # word-wrap: break-word;
# color: #262626;
# font-weight: normal;
# font-size: 19px;
# line-height: 1.45;
# font-family: "Georgia", Serif;  //see if this make sense

It seems the entry text is a bit big....see if we can improve readability
0.0 <p>Blaine Esplin - 18/Oct/18 04:55 PM Would this also apply to custom entry submission forms?<br/>
Devin Shurtleff - 14/Aug/17 05:08 PM We want to apply to entry views.  (check templates)</p>
DI2E Storefront Redesign STORE-2027

API Doc Permission Access

Improvement In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Aug 02, 2017 10:08 AM   Sep 10, 2018 3:23 PM     2.14     0 1   Right now the link to the doc requires permission but url just requires login...we should sync that up and require permission to access. source-developer 9223372036854775807 System API
1
Devin Shurtleff
2|huib8f: Right now the link to the doc requires permission but url just requires login...we should sync that up and require permission to access. 0.0
DI2E Storefront Redesign STORE-2026

Relationships User Tool - Entry Select Issue

Bug In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Aug 02, 2017 8:46 AM   Sep 10, 2018 3:48 PM     2.15.5     0 1   _ It only prompts for entries on initial load after that it doesn't reprompt when selecting a new type or on reset  as expected.

 

Workaround is to use add entries. 

 

_ Also, it doesn't show the levels select at the first only when selecting the second time.

 

_ On the navigation: clicking the center is ("go back" action)....look to change the tool-tip  to say this so it's not confusing.

 

 
source-developer 9223372036854775807 Admin Relation Tools
Devin Shurtleff
2|huibkf: _ It only prompts for entries on initial load after that it doesn't reprompt when selecting a new type or on reset  as expected.

 

Workaround is to use add entries. 

 

_ Also, it doesn't show the levels select at the first only when selecting the second time.

 

_ On the navigation: clicking the center is ("go back" action)....look to change the tool-tip  to say this so it's not confusing.

 

 
0.0
DI2E Storefront Redesign STORE-2014

Same organization can be entered multiple times with different case sensitivity but should allow only one

Bug In Backlog Medium Unresolved Unassigned Cameron Cummings Cameron Cummings Jul 28, 2017 7:21 PM   Sep 12, 2018 4:37 PM   2.4 2.11     0 2   If user enters "Samsung" as an organization when "samsung" already exists, both organizations will have the same entry references.  You are not able to merge these two organizations together.  Solution might be to check if organization already exists when user tries to create one. source-developer 9223372036854775807 Admin Organizations
2 <p>Devin Shurtleff - 14/Aug/17 04:37 PM Question: How to handled previous data?  May require a data migration</p>
Cameron Cummings, Devin Shurtleff
2|huiarj: If user enters "Samsung" as an organization when "samsung" already exists, both organizations will have the same entry references.  You are not able to merge these two organizations together.  Solution might be to check if organization already exists when user tries to create one. 0.0 <p>Devin Shurtleff - 14/Aug/17 04:37 PM Question: How to handled previous data?  May require a data migration</p>
DI2E Storefront Redesign STORE-2012

Full screen and scrolling down in an entry

Bug In Backlog Low Unresolved Unassigned Blaine Esplin Blaine Esplin Jul 27, 2017 5:33 PM   Sep 10, 2018 3:28 PM     2.14     0 1 _thumb_110398.png _thumb_110397.png _thumb_110396.png   Go to an entry and edit.  click the full screen in the rich text description

!image-2017-07-27-17-31-59-851.png!

 

Now, click the minimize at the top:

!image-2017-07-27-17-33-08-368.png!

And this happens:

 

!image-2017-07-27-17-33-28-209.png!

Devin is aware of this.
source-testing 9223372036854775807 Admin Entries
1
Blaine Esplin
2|huibaf: Go to an entry and edit.  click the full screen in the rich text description

!image-2017-07-27-17-31-59-851.png!

 

Now, click the minimize at the top:

!image-2017-07-27-17-33-08-368.png!

And this happens:

 

!image-2017-07-27-17-33-28-209.png!

Devin is aware of this.
0.0
DI2E Storefront Redesign STORE-2011

Can't scroll in import of long list of media (copy/paste import)

Bug In Backlog Low Unresolved Unassigned Blaine Esplin Blaine Esplin Jul 27, 2017 5:30 PM May 31, 2019 9:32 AM May 31, 2019 9:32 AM     2.9     0 2   On a new entry take everything from cnn.com (for example) and paste it in (inline media) and watch for the list of media it fetches.  If it scrolls beyond the window you have to wait for it to import or be brought in and you can't scroll in the window to see the lower parts of media being brought in, the window is frozen until it is done. source-testing 9223372036854775807 User Entries
3
Blaine Esplin, Rex Nethercott
2|huiau7: On a new entry take everything from cnn.com (for example) and paste it in (inline media) and watch for the list of media it fetches.  If it scrolls beyond the window you have to wait for it to import or be brought in and you can't scroll in the window to see the lower parts of media being brought in, the window is frozen until it is done. 0.0
DI2E Storefront Redesign STORE-1995

As admin, question page needs to be flattened to make this tool easier to use

Improvement In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jul 25, 2017 3:41 PM   Sep 10, 2018 3:16 PM     2.14     0 1   There's issues the selecting questions and answers that make this page difficult to use.  

We've talked about flattening this page to a question table and then managing answers after selecting question.
source-developer 9223372036854775807 Admin Ques/Ans Tools
3
Devin Shurtleff
2|huiazr: There's issues the selecting questions and answers that make this page difficult to use.  

We've talked about flattening this page to a question table and then managing answers after selecting question.
0.0
DI2E Storefront Redesign STORE-1994

Evaluation Improvements

Epic Open High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jul 25, 2017 3:25 PM   May 29, 2019 2:29 PM           0 1   9223372036854775807 User Evaluation To Do ghx-label-9
Devin Shurtleff
2|hwe2m7: 0.0
DI2E Storefront Redesign STORE-1993

Relationships Improvements

Epic Open High Unresolved Unassigned Kent Bair Kent Bair Jul 25, 2017 2:30 PM   Apr 23, 2018 12:36 PM           0 1   9223372036854775807 Admin Relation Tools To Do ghx-label-4
Kent Bair
2|hwe2if: 0.0
DI2E Storefront Redesign STORE-1992

System Archive -> There is no way to cancel a long system export, other exports are Pending or queued.

Improvement In Backlog Low Unresolved Unassigned Blaine Esplin Blaine Esplin Jul 25, 2017 2:18 PM   May 29, 2019 10:36 AM   2.4 2.12     0 1   # Go to Admin Tools -> Appl Mgmt -> System Archives
# Create a FULL Export
# Create a General Export with just a few things.

The full export can take a VERY long time (the one I'm doing on store-accept has been 'stuck' at 50% for 45 minutes now!), during which time a second Archive, a very small one, is queued.

Suggestions:
* Create a way to "pause" the long export, so that the quick archive can be generated.
* Create a way to cancel or at least "timeout" a LONG running archive.
* Create a way to bump up in priority (execute now) the short archive.

There just needs to be a way to get my archive generated that is small, behind the big "monster" full export.
source-testing 9223372036854775807 Admin Imp. Exp. Arc.
3
Blaine Esplin
2|huiasf: # Go to Admin Tools -> Appl Mgmt -> System Archives
# Create a FULL Export
# Create a General Export with just a few things.

The full export can take a VERY long time (the one I'm doing on store-accept has been 'stuck' at 50% for 45 minutes now!), during which time a second Archive, a very small one, is queued.

Suggestions:
* Create a way to "pause" the long export, so that the quick archive can be generated.
* Create a way to cancel or at least "timeout" a LONG running archive.
* Create a way to bump up in priority (execute now) the short archive.

There just needs to be a way to get my archive generated that is small, behind the big "monster" full export.
0.0
DI2E Storefront Redesign STORE-1989

Quartz should be updated to the latest version

Improvement In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jul 25, 2017 1:45 PM   Sep 12, 2018 4:44 PM     2.9.5     0 1   update the dependency; this one should be fairly straight forward.

 

We are just using the RAM storage; expecting little to no changes in storefront code.

Just need to switch and test.

 
source-developer 9223372036854775807 Platform Update
1
Devin Shurtleff
2|huiazb: update the dependency; this one should be fairly straight forward.

 

We are just using the RAM storage; expecting little to no changes in storefront code.

Just need to switch and test.

 
0.0
DI2E Storefront Redesign STORE-1988

Nested Entry Types

Epic Open High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jul 25, 2017 1:36 PM   Jan 31, 2019 4:03 PM           0 1   SPOON 9223372036854775807 SPOON Topic Pages Done ghx-label-2
Devin Shurtleff
2|hwdotr: 0.0
DI2E Storefront Redesign STORE-1987

Automated Tests

Epic Open High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jul 25, 2017 8:06 AM   Apr 23, 2018 1:46 PM           0 1   9223372036854775807 Automated Test Done ghx-label-5
Devin Shurtleff
2|hwdovz: 0.0
DI2E Storefront Redesign STORE-1986

Documentation

Epic Open High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jul 25, 2017 8:04 AM   Apr 23, 2018 9:49 AM           0 1   9223372036854775807 Documentation Done ghx-label-6
Devin Shurtleff
2|hwdow7: 0.0
DI2E Storefront Redesign STORE-1985

Maintenance

Epic Open High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jul 25, 2017 8:03 AM   Apr 23, 2018 1:21 PM           0 1   9223372036854775807 Maintenance Done ghx-label-1
Devin Shurtleff
2|hwdoun: 0.0
DI2E Storefront Redesign STORE-1984

Reporting Improvements

Epic Open High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jul 25, 2017 8:02 AM   Feb 21, 2019 9:46 AM           0 1   9223372036854775807 Admin Reporting To Do ghx-label-8
Devin Shurtleff
2|hwe2in: 0.0
DI2E Storefront Redesign STORE-1983

User Submissions -> Pending Change Submit Date does not sort

Bug In Backlog Low Unresolved Unassigned Blaine Esplin Blaine Esplin Jul 21, 2017 10:11 AM   Sep 10, 2018 2:37 PM   2.5 2.9     0 1 _thumb_109259.png   Either fix it to sort or disable sorting.

[http://store-accept.usu.di2e.net/openstorefront/UserTool.action?load=Submissions]

 

!image-2017-07-21-10-10-59-256.png!
source-testing 9223372036854775807 User Tools Improvement
1
Blaine Esplin
2|huiaun: Either fix it to sort or disable sorting.

[http://store-accept.usu.di2e.net/openstorefront/UserTool.action?load=Submissions]

 

!image-2017-07-21-10-10-59-256.png!
0.0
DI2E Storefront Redesign STORE-1980

Automatic Data Management

Epic Open High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jul 20, 2017 3:04 PM   Apr 23, 2018 11:27 AM           0 1   9223372036854775807 Automatic Data Management To Do ghx-label-3
Devin Shurtleff
2|hwdot3: 0.0
DI2E Storefront Redesign STORE-1977

Cleanup issues with Failed Login Attempts, is +2 and on last attempt still locked out with good password.

Bug In Backlog Medium Unresolved Unassigned Blaine Esplin Blaine Esplin Jul 20, 2017 12:09 PM   Nov 08, 2018 4:56 PM   2.4, 2.5 2.19     0 5 _thumb_109067.png _thumb_109068.png _thumb_109069.png _thumb_109070.png _thumb_109071.png _thumb_109072.png _thumb_109073.png _thumb_109074.png _thumb_109075.png _thumb_109076.png _thumb_109077.png _thumb_109078.png   Attempted to login 6 times with incorrect password. Counter in Users section is not incrementing

!image-2017-07-19-10-49-39-421.png!

Should say 6 and not 0
SPOON, source-testing attempt to login at least one more than the max allowed. 9223372036854775807 Sprint Oct2018-2 System Login
1 <p>Blaine Esplin - 25/Oct/18 08:07 PM Showed this to Ryan.  The issue here is that after 5 bad attempts you cannot log in with a correct password on the 6th time (configurable).  At 5 bad attempts ......</p>
Benjamin Winslett [X], Blaine Esplin, Kent Bair, Rex Nethercott, Ryan Frazier
2|hyxfcn: you should get a lockout message and not be able to login until reset time has passed. or an admin unlocks the account Attempted to login 6 times with incorrect password. Counter in Users section is not incrementing

!image-2017-07-19-10-49-39-421.png!

Should say 6 and not 0
Note Login max attempts, reset time, and un-check "require and Admin to unlock" in Admin Tools - Security 0.0 <p>Blaine Esplin - 25/Oct/18 08:07 PM Showed this to Ryan.  The issue here is that after 5 bad attempts you cannot log in with a correct password on the 6th time (configurable).  At 5 bad attempts it is NOT red in the admin area and is NOT indicated that you are locked out to the user.  It should still let you in.<br/>
Ryan Frazier - 24/Oct/18 07:17 PM I could not reproduce this problem. I set the login attempts to 3 in the security policy and then was able to login on my 3rd try with a good password. I was not successful trying with 3 bad passwords and then a 4th successful password. It appears that the feature is working as expected.<br/>
Kent Bair - 29/Jan/18 06:44 PM i know we have fixed it before but we should do a quick check to make sure we did not have a regression. move the ticket to "Groom"<br/>
Rex Nethercott - 29/Jan/18 02:37 PM Is this ticket complete?<br/>
Blaine Esplin - 20/Jul/17 06:09 PM See comments and screenshots.  I can go over this with you but the reasons for failing this are:</p>

<p>1)  The user can put an incorrect password in a few times, get the "unable to login" message, then put their <em>correct</em> password in, and get the "account locked" message with a correct password.</p>

<p>2) The bad # of passwords is shown to the user as the settings +2 (3 bad attempts set means you don't get the lockout message until 5 bad attempts, but it "really" locks you out on your 4th bad attempt.<br/>
Blaine Esplin - 20/Jul/17 06:09 PM <ins><b>Another issue:</b></ins></p>

<p><b>Using the example below log in incorrectly 4 times (so that the count says 4 bad logins).  You have not yet received the "Account Locked message"</b></p>

<p><b>Attempt to log in with the correct password.  You get the Account Locked password, even with the correct password!</b></p>

<p><b>Wait 2 minutes (or the timeout) and press Log in (having NOT changed anything in the password field) and it will let you in.</b></p>

<p><b><span class="image-wrap" style=""><img src="https://jira.di2e.net/secure/attachment/109075/109075_image-2017-07-20-11-20-09-865.png" style="border: 0px solid black" /></span></b></p>

<p><b><span class="image-wrap" style=""><img src="https://jira.di2e.net/secure/attachment/109077/109077_image-2017-07-20-11-20-42-354.png" style="border: 0px solid black" /></span></b></p>

<p> </p>

<p><b><span class="image-wrap" style=""><img src="https://jira.di2e.net/secure/attachment/109078/109078_image-2017-07-20-11-21-15-890.png" style="border: 0px solid black" /></span></b></p>

<p> </p>
DI2E Storefront Redesign STORE-1974

Have the cleanup task also clean up missing error tickets.

Improvement In Backlog Low Unresolved Unassigned Aaron Fine Aaron Fine Jul 19, 2017 6:01 PM   May 29, 2019 2:25 PM   2.5 2.12     0 1   The error logs currently have a task that cleans up old records. The problem is that if the files backing up those records are manually removed then the database contains useless data, confusing the user. 

The recommendation is to have the cleanup task also scan to ensure that the record files are still present and if they aren't to remove the entry from the database. 
source-testing 9223372036854775807 System Errors
1
Aaron Fine
2|huiba7: The error logs currently have a task that cleans up old records. The problem is that if the files backing up those records are manually removed then the database contains useless data, confusing the user. 

The recommendation is to have the cleanup task also scan to ensure that the record files are still present and if they aren't to remove the entry from the database. 
0.0
DI2E Storefront Redesign STORE-1967

Admin Tools -> Messages certain columns unsortable

Improvement In Backlog Low Unresolved Unassigned Ryan Frazier Ryan Frazier Jul 19, 2017 1:25 PM   May 28, 2019 3:20 PM   2.4 2.14     0 2   Username/Email, Component ID/Alert ID columns cannot be sorted.

 

Note: Go to inactive status to find messages for the table.
9223372036854775807 Admin Messaging
1 <p>Devin Shurtleff - 28/May/19 09:20 PM Note: some columns are generated values as such are not directly sort-able.  Sorting can be done post query.</p>
Devin Shurtleff, Ryan Frazier
2|huib9z: Username/Email, Component ID/Alert ID columns cannot be sorted.

 

Note: Go to inactive status to find messages for the table.
0.0 <p>Devin Shurtleff - 28/May/19 09:20 PM Note: some columns are generated values as such are not directly sort-able.  Sorting can be done post query.</p>
DI2E Storefront Redesign STORE-1961

As system, Admin tools->Data Management->Entries GUI should not have these inconsistencies

Bug In Backlog Medium Unresolved Unassigned Benjamin Winslett [X] Benjamin Winslett [X] Jul 19, 2017 11:32 AM   Sep 10, 2018 3:15 PM   2.4 2.9     0 2 _thumb_108835.png _thumb_108834.png   In the edit entry form, under some of the tabs there are inconsistencies that we believe should be there. 

Under Relationship tab, there is no edit button to edit the relationship

!image-2017-07-19-11-31-12-614.png!

Under tags tab, above the add area, there should be a banner that sayys "Add Tag" 

!image-2017-07-19-11-32-33-959.png!
source-testing 9223372036854775807 Admin Entries
1 <p>Kent Bair - 19/Jul/17 11:24 PM remove "Edit" from the title and add a title for tags, or remove all title banners on all tabs of entries</p>
Benjamin Winslett [X], Kent Bair
2|huiaz3: In the edit entry form, under some of the tabs there are inconsistencies that we believe should be there. 

Under Relationship tab, there is no edit button to edit the relationship

!image-2017-07-19-11-31-12-614.png!

Under tags tab, above the add area, there should be a banner that sayys "Add Tag" 

!image-2017-07-19-11-32-33-959.png!
0.0 <p>Kent Bair - 19/Jul/17 11:24 PM remove "Edit" from the title and add a title for tags, or remove all title banners on all tabs of entries</p>
DI2E Storefront Redesign STORE-1959

Landing Page deleted user while user is still logged in, still able to do stuff

Improvement In Backlog Low Unresolved Unassigned Benjamin Winslett [X] Benjamin Winslett [X] Jul 19, 2017 11:04 AM   Sep 10, 2018 3:31 PM   2.4 2.17     0 3 _thumb_108818.png _thumb_108817.png   Deleted adduser09 while it was still logged in on another browser, user was still able to navigate website.

!image-2017-07-19-11-03-14-516.png!

adduser09 is not shown on users list.

!image-2017-07-19-11-03-50-806.png!

Navigated to this page and searched after acct was deleted.
source-testing 9223372036854775807 Landing Page V3
1 <p>Kent Bair - 19/Jul/17 11:36 PM review after SPOON release<br/>
Blaine Esplin - 19/Jul/17 10:47 PM The fix for this is a timeout for an inactive user.  Do we already have a ticket for that?  Maybe we ......</p>
Benjamin Winslett [X], Blaine Esplin, Kent Bair
2|huibbz: Deleted adduser09 while it was still logged in on another browser, user was still able to navigate website.

!image-2017-07-19-11-03-14-516.png!

adduser09 is not shown on users list.

!image-2017-07-19-11-03-50-806.png!

Navigated to this page and searched after acct was deleted.
0.0 <p>Kent Bair - 19/Jul/17 11:36 PM review after SPOON release<br/>
Blaine Esplin - 19/Jul/17 10:47 PM The fix for this is a timeout for an inactive user.  Do we already have a ticket for that?  Maybe we should push this up a bit in priority?</p>
DI2E Storefront Redesign STORE-1954

As System Admin Tools -> Integrations -> Edit Integration -> Add/Edit Configuration Error Messages need to be better

Bug In Backlog Medium Unresolved Unassigned Ryan Frazier Ryan Frazier Jul 19, 2017 10:38 AM   Sep 10, 2018 2:31 PM   2.4 2.14     0 2 _thumb_108800.png   bce- Consider adding !, but JSON text is good.  Make text red?

A red exclamation error icon should appear, instead got a JSON text dump.

!image-2017-07-19-10-37-34-893.png!
source-testing 9223372036854775807 System API
<p>Kent Bair - 19/Jul/17 11:43 PM need better error messages</p>
Kent Bair, Ryan Frazier
2|huias7: bce- Consider adding !, but JSON text is good.  Make text red?

A red exclamation error icon should appear, instead got a JSON text dump.

!image-2017-07-19-10-37-34-893.png!
0.0 <p>Kent Bair - 19/Jul/17 11:43 PM need better error messages</p>
DI2E Storefront Redesign STORE-1938

White background on dashboard "hides" buttons.

Improvement In Backlog Low Unresolved Unassigned Blaine Esplin Blaine Esplin Jul 18, 2017 12:02 PM   Sep 10, 2018 3:29 PM   2.4 2.17     0 1 _thumb_108635.png   Note on dashboards (we found this on the evaluation dashboard) that if you change the background to white, that the buttons ( < > x [wheel]) and so forth are also white, so they are effectively "hidden".  Yea, this is the user "shooting themselves in the foot" but we should consider changing the color of the icons in this case to something other than white.

They are still there and you CAN mouse over them, as shown in the screenshot below, the "Configure" comes up (and Exit "x" etc) when you mouse over them.

!image-2017-07-18-12-02-30-770.png!
source-testing 9223372036854775807 Admin Branding
1
Blaine Esplin
2|huiban: Note on dashboards (we found this on the evaluation dashboard) that if you change the background to white, that the buttons ( < > x [wheel]) and so forth are also white, so they are effectively "hidden".  Yea, this is the user "shooting themselves in the foot" but we should consider changing the color of the icons in this case to something other than white.

They are still there and you CAN mouse over them, as shown in the screenshot below, the "Configure" comes up (and Exit "x" etc) when you mouse over them.

!image-2017-07-18-12-02-30-770.png!
0.0
DI2E Storefront Redesign STORE-1924

Verify Column sorting/filtering drop down menu disappears when selecting some of the options in menu

Improvement In Backlog Medium Unresolved Unassigned Cameron Cummings Cameron Cummings Jul 17, 2017 10:17 AM   Sep 10, 2018 3:15 PM   2.4 2.17     0 2   Column drop down menu for sorting/filtering will disappear when selecting options from menu.  An example of this is in Admin Tools >> Application Management >> Branding.  Reporter hasn't been able to reproduce problem so ticket may be invalid.  Reporter will leave and will discuss with group. source-testing 9223372036854775807 Admin Branding
1 <p>Devin Shurtleff - 25/Jul/17 10:50 PM verify</p>

<p> </p>
Cameron Cummings, Devin Shurtleff
2|huiayv: Column drop down menu for sorting/filtering will disappear when selecting options from menu.  An example of this is in Admin Tools >> Application Management >> Branding.  Reporter hasn't been able to reproduce problem so ticket may be invalid.  Reporter will leave and will discuss with group. 0.0 <p>Devin Shurtleff - 25/Jul/17 10:50 PM verify</p>

<p> </p>
DI2E Storefront Redesign STORE-1921

Evaluator can assign an evaluation to a user without permissions to see it and therefore evaluate it

Improvement In Backlog Low Unresolved Unassigned Blaine Esplin Blaine Esplin Jul 13, 2017 6:14 PM   Sep 10, 2018 3:31 PM   2.4 2.18     0 2 _thumb_107824.png _thumb_107823.png   Log on as evaluatordude1.  Note that the list of evaluations is small.

!image-2017-07-13-18-11-51-846.png!

Log on as admin.  Note that the list of evaluations is larger, as admin has all rights to view all DISTROs and such:

!image-2017-07-13-18-12-11-112.png!

 

So, Given this the admin could assign evaluatordude1 to evaluate something he or she has no access to and they would be confused when they can't see the evaluation.

We need to generally, across the site, make it more obvious when we have data sensitivity and data access.

However, for this particular case, it would be nice if, when assigning a user an evaluation, you only see (when eval/ entry is selected) the evals that that user has access to.

A filtered list would be very nice here and would avoid assigning an eval to a user that they cannot see with their current permissions.

 

 
source-testing 9223372036854775807 User Evaluation
1 <p>Rex Nethercott - 29/Jan/18 11:39 PM Is this still the case?</p>
Blaine Esplin, Rex Nethercott
2|huibbr: Log on as evaluatordude1.  Note that the list of evaluations is small.

!image-2017-07-13-18-11-51-846.png!

Log on as admin.  Note that the list of evaluations is larger, as admin has all rights to view all DISTROs and such:

!image-2017-07-13-18-12-11-112.png!

 

So, Given this the admin could assign evaluatordude1 to evaluate something he or she has no access to and they would be confused when they can't see the evaluation.

We need to generally, across the site, make it more obvious when we have data sensitivity and data access.

However, for this particular case, it would be nice if, when assigning a user an evaluation, you only see (when eval/ entry is selected) the evals that that user has access to.

A filtered list would be very nice here and would avoid assigning an eval to a user that they cannot see with their current permissions.

 

 
0.0 <p>Rex Nethercott - 29/Jan/18 11:39 PM Is this still the case?</p>
DI2E Storefront Redesign STORE-1918

Missing next previous buttons to view Checklist Templates (Evaluations)

Improvement In Backlog Low Unresolved Unassigned Blaine Esplin Blaine Esplin Jul 13, 2017 5:43 PM May 29, 2019 1:42 PM May 29, 2019 1:42 PM   2.4 2.18     0 2 _thumb_107816.png   We should (or did?) used to have Previous and Next buttons when viewing checklist templates. !image-2017-07-13-17-43-18-133.png! 9223372036854775807 User Evaluation
<p>Devin Shurtleff - 29/May/19 07:42 PM Next/Previous could be added; they would be new. </p>
Blaine Esplin, Devin Shurtleff
2|huibq7: We should (or did?) used to have Previous and Next buttons when viewing checklist templates. !image-2017-07-13-17-43-18-133.png! 0.0 <p>Devin Shurtleff - 29/May/19 07:42 PM Next/Previous could be added; they would be new. </p>
DI2E Storefront Redesign STORE-1898

Manage tracking table not updated when clearing the dates

Improvement In Backlog Medium Unresolved Unassigned Blaine Esplin Blaine Esplin Jul 12, 2017 4:33 PM   Sep 10, 2018 2:39 PM     2.10     0 2   Admin Tools -> Tracking

Note the total number at the bottom.

Enter some From: and To: dates. 

Note the total number at the bottom, it goes down.

Clear BOTH the from and to dates

Note the number at the bottom is LESS than what you started with

Hit REFRESH and the number is restored. 
source-testing 9223372036854775807 Admin Tracking
1 <p>Rex Nethercott - 29/Jan/18 02:46 PM Blaine I am not seeing Admin Tools-&gt;Tracking where is this?</p>
Blaine Esplin, Rex Nethercott
2|huiauv: Admin Tools -> Tracking

Note the total number at the bottom.

Enter some From: and To: dates. 

Note the total number at the bottom, it goes down.

Clear BOTH the from and to dates

Note the number at the bottom is LESS than what you started with

Hit REFRESH and the number is restored. 
0.0 <p>Rex Nethercott - 29/Jan/18 02:46 PM Blaine I am not seeing Admin Tools-&gt;Tracking where is this?</p>
DI2E Storefront Redesign STORE-1894

Really small font on Thread Status in System

Improvement In Backlog Low Unresolved Unassigned Blaine Esplin Blaine Esplin Jul 12, 2017 4:04 PM   Sep 10, 2018 3:25 PM     2.17     0 1 _thumb_107516.png   Admin Tools -> System -> Thread Status -> View

This is a REALLY small font, can we get it just a bit bigger?

[http://store-accept.usu.di2e.net/openstorefront/AdminTool.action?load=System]

!image-2017-07-12-16-04-31-397.png!

 
source-testing 9223372036854775807 Admin Messaging
1
Blaine Esplin
2|huib9b: Admin Tools -> System -> Thread Status -> View

This is a REALLY small font, can we get it just a bit bigger?

[http://store-accept.usu.di2e.net/openstorefront/AdminTool.action?load=System]

!image-2017-07-12-16-04-31-397.png!

 
0.0
DI2E Storefront Redesign STORE-1893

As user want to be able to add maximum number of characters for the feedback description field

Improvement In Backlog Medium Unresolved Unassigned Blaine Esplin Blaine Esplin Jul 12, 2017 4:00 PM May 29, 2019 12:04 PM May 29, 2019 12:04 PM   2.4 2.14     0 1 _thumb_107512.png   Admin Tools -> Feedback Description field

Enter a bunch of characters, it says you can have a max of 4096 characters. 

However, if you then reduce the number of characters to exactly 4098 it still doesn’t work. (According to Word there are 4096 characters in this field)

Maybe this is zero-based and 4095 will work?

!image-2017-07-12-16-00-46-795.png!
source-testing 9223372036854775807 User Entries
1
Blaine Esplin
2|huiatj: Admin Tools -> Feedback Description field

Enter a bunch of characters, it says you can have a max of 4096 characters. 

However, if you then reduce the number of characters to exactly 4098 it still doesn’t work. (According to Word there are 4096 characters in this field)

Maybe this is zero-based and 4095 will work?

!image-2017-07-12-16-00-46-795.png!
0.0
DI2E Storefront Redesign STORE-1877

403 problems and a solution, but WHY?

Bug In Backlog High Unresolved Unassigned Blaine Esplin Blaine Esplin Jul 11, 2017 5:50 PM   Dec 06, 2018 3:55 PM   2.4, 2.5 2.9     0 2 _thumb_107337.png   v2.4 (2017-07-05 23:01:59 UTC When running the regression test section 3.7 (User Tools - Watches) today and toggling email notifications on the watches we got a 403 error.  We have seen many of these in the past.  What was the fix or root cause of these?  (We are currently seeing a lot of 403's when running the Selenium automation especially on signups and security)

So, Cameron had a solution for this.  In Admin Tools, Security Policy if you turn OFF CSRF (Cross-Site Request Forgery) protection, the 403 goes away in User Tools Watches.

Is this the case for other areas of the site?  Why does turning of CSRF make a difference in the 403 errors?  What needs to be fixed here and WHY?

 

!image-2017-07-11-17-50-20-379.png!
A1.5, source-testing 9223372036854775807 User Entry Details
2 <p>Blaine Esplin - 19/Sep/17 04:13 PM Kent thinks he found a solution to this<br/>
Kent Bair - 25/Jul/17 10:41 PM this is easily reproduce-able with the AccountSignupActivateIT and SecurityRolesIT selen......</p>
Blaine Esplin, Kent Bair
2|huiarb: When running the regression test section 3.7 (User Tools - Watches) today and toggling email notifications on the watches we got a 403 error.  We have seen many of these in the past.  What was the fix or root cause of these?  (We are currently seeing a lot of 403's when running the Selenium automation especially on signups and security)

So, Cameron had a solution for this.  In Admin Tools, Security Policy if you turn OFF CSRF (Cross-Site Request Forgery) protection, the 403 goes away in User Tools Watches.

Is this the case for other areas of the site?  Why does turning of CSRF make a difference in the 403 errors?  What needs to be fixed here and WHY?

 

!image-2017-07-11-17-50-20-379.png!
0.0 <p>Blaine Esplin - 19/Sep/17 04:13 PM Kent thinks he found a solution to this<br/>
Kent Bair - 25/Jul/17 10:41 PM this is easily reproduce-able with the AccountSignupActivateIT and SecurityRolesIT selenium tests<br/>
Blaine Esplin - 12/Jul/17 03:39 PM Research more for 2.5, this only happened sporadically, the theory is that if the connection is flaky this will happen, but if the connection is good, it does not.  Could not reproduce today in triage meeting</p>

<p>2017-07-12 Triage Meeting</p>
DI2E Storefront Redesign STORE-1874

Can't open multiple storefront entries in multiple tabs

Bug In Backlog Medium Unresolved Unassigned Aaron Fine Aaron Fine Jul 11, 2017 5:07 PM   Sep 10, 2018 2:33 PM   2.3 2.14     0 1   Right clicking on the link to an entry on the storefront homepage and selecting the option to open the link in a new tab does open a new tab but only opens the storefront homepage. Opening that link in a new tab should, in fact, open that asset in a new tab.  source-testing 9223372036854775807 Admin Entries
1
Aaron Fine
2|huiatb: Right clicking on the link to an entry on the storefront homepage and selecting the option to open the link in a new tab does open a new tab but only opens the storefront homepage. Opening that link in a new tab should, in fact, open that asset in a new tab.  0.0
DI2E Storefront Redesign STORE-1866

Add/Edit Evaluation Template Poor Defaults for UI

Improvement In Backlog Low Unresolved Unassigned Aaron Fine Aaron Fine Jul 11, 2017 2:50 PM   May 29, 2019 1:29 PM   2.3 2.18     0 1 _thumb_107330.png   When adding elements to the template from the Template Blocks section, the newly added item goes into the Visual Design panel. So far so good. The problem is when you try to add a second item. The only indication that your selection was successful is the appearance of a small blue band at the bottom of the Visual Design panel.

By default the Visual design panel needs to include a scroll bar when more than one entry is added and or the default should be to collapse each entry.

It is also odd that layout tools are included but there is no apparent way to nest items inside of them.

Also, why are added elements not removed from the Template Blocks list? It doesn't make sense to add two description fields.

Finally, if I minimize a selection in the Visual Design and then add another item from the Template Blocks collection ALL of the items in the Visual Design are maximized again! This is very annoying.
source-testing 9223372036854775807 Admin Entries
1
Aaron Fine
2|huibbj: When adding elements to the template from the Template Blocks section, the newly added item goes into the Visual Design panel. So far so good. The problem is when you try to add a second item. The only indication that your selection was successful is the appearance of a small blue band at the bottom of the Visual Design panel.

By default the Visual design panel needs to include a scroll bar when more than one entry is added and or the default should be to collapse each entry.

It is also odd that layout tools are included but there is no apparent way to nest items inside of them.

Also, why are added elements not removed from the Template Blocks list? It doesn't make sense to add two description fields.

Finally, if I minimize a selection in the Visual Design and then add another item from the Template Blocks collection ALL of the items in the Visual Design are maximized again! This is very annoying.
0.0
DI2E Storefront Redesign STORE-1861

Docker Update

Task Open Medium Unresolved Unassigned Kent Bair Kent Bair Jul 11, 2017 10:27 AM   Sep 10, 2018 3:22 PM   2.4 2.14     0 2   Docker Hub [https://hub.docker.com/r/openstorefront/openstorefront/]  Some items we want to address with Docker
* setting up an automated build off the latest develop (compiling war on build)
* setting up local volumes so the database can be mounted/saved lo Cancelcally
* Alpine Linux vs CentOS
** the base OS version currently we are currently using is Alpine Linux (~5MB) over CentOS (~70MB) however after installing the JVM, Tomcat, and other needed libraries and services the image is a little over 200 MB.
** There are concerns from elastic.co that alpines musl libc dose not work as well as glibc used in CentOS see [https://www.elastic.co/blog/docker-base-centos7] for details.
* splitting out elaticsearch, maven, tomcat into separate containers to follow best practices [https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/] 
source-developer 9223372036854775807 System API
1 <p>Rex Nethercott - 29/Jan/18 11:09 PM Does this still apply?</p>
Kent Bair, Rex Nethercott
2|huib7z: Some items we want to address with Docker
* setting up an automated build off the latest develop (compiling war on build)
* setting up local volumes so the database can be mounted/saved lo Cancelcally
* Alpine Linux vs CentOS
** the base OS version currently we are currently using is Alpine Linux (~5MB) over CentOS (~70MB) however after installing the JVM, Tomcat, and other needed libraries and services the image is a little over 200 MB.
** There are concerns from elastic.co that alpines musl libc dose not work as well as glibc used in CentOS see [https://www.elastic.co/blog/docker-base-centos7] for details.
* splitting out elaticsearch, maven, tomcat into separate containers to follow best practices [https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/] 
0.0 <p>Rex Nethercott - 29/Jan/18 11:09 PM Does this still apply?</p>
DI2E Storefront Redesign STORE-1853

SWAT Update Advanced Search Environment Test

Improvement In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jul 11, 2017 9:07 AM   May 31, 2019 9:19 AM     2.14     0 1   Update to work more independently and support attribute number search. source-developer 9223372036854775807 Auto UI Tests
Devin Shurtleff
2|huibd3: Update to work more independently and support attribute number search. 0.0
DI2E Storefront Redesign STORE-1845

System Archives: Page is confusing, needs clarification

Improvement In Backlog Low Unresolved Unassigned Blaine Esplin Blaine Esplin Jul 07, 2017 3:56 PM   Sep 10, 2018 3:30 PM   2.4 2.12     0 1 _thumb_106939.png   v2.4 (2017-07-05 23:01:59 UTC) Navigate to Admin Tools, Appl. Mgmt, System Archives

Click Generate Archive.  Select General.

This page is confusing and needs to be clarified.  Recommendations:
# You have to redundantly select Entries and then the Entries below.  Get rid of the checkbox for Entries (Related Data)
# You have to select Branding and then Branding below–it is totally duplicated with two check boxes of the same name.  Get rid of the "Branding" checkbox (above the dark gray Select Branding)
# The Highlights, Organizations, Attributes, and Branding look like they are part of Select Entries.  This can be avoided by putting a horizontal bar after the last entry OR better yet make "Select Entries" and "Select Branding" collapsible sub-windows that only expand when you select the header or select to have one or more entries or one or more branding items in your archive.

!image-2017-07-07-15-56-09-331.png!
source-testing 9223372036854775807 Admin Imp. Exp. Arc.
1 <p>Blaine Esplin - 13/Jul/17 07:07 PM Looks like this is partially fixed with <a href="https://jira.di2e.net/browse/STORE-1548" title="Improvement System Archives" class="issue-link" data-issue-key="STORE-1548">STORE-1548</a>?  What can be done with this for v2.4?</p>
Blaine Esplin
2|huibbb: Navigate to Admin Tools, Appl. Mgmt, System Archives

Click Generate Archive.  Select General.

This page is confusing and needs to be clarified.  Recommendations:
# You have to redundantly select Entries and then the Entries below.  Get rid of the checkbox for Entries (Related Data)
# You have to select Branding and then Branding below–it is totally duplicated with two check boxes of the same name.  Get rid of the "Branding" checkbox (above the dark gray Select Branding)
# The Highlights, Organizations, Attributes, and Branding look like they are part of Select Entries.  This can be avoided by putting a horizontal bar after the last entry OR better yet make "Select Entries" and "Select Branding" collapsible sub-windows that only expand when you select the header or select to have one or more entries or one or more branding items in your archive.

!image-2017-07-07-15-56-09-331.png!
0.0 <p>Blaine Esplin - 13/Jul/17 07:07 PM Looks like this is partially fixed with <a href="https://jira.di2e.net/browse/STORE-1548" title="Improvement System Archives" class="issue-link" data-issue-key="STORE-1548">STORE-1548</a>?  What can be done with this for v2.4?</p>
DI2E Storefront Redesign STORE-1801

Entry Details Relationship View Improvements

Improvement In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jun 26, 2017 1:45 PM   Sep 10, 2018 3:47 PM     2.15.5     0 1   1. For test, I went to DCGS-A (ARL) DIB. Similar to previous comments in STORE-1466 and STORE-957. On the Relationship screen, no legend is provided to explain what user is looking at or how to interact with it.

2. Using DCGS-A (ARL) DIB, arrows from the left pointing to center (DCGS-N DIB 4.3) are unable to be read, so it looks like a "blob." Maybe better to display arrow marks on the line instead of at the end of the line.

3. Instead of "Visualization" maybe "Diagram-Graphic View" on the table display view.

4. Instead of "Table" maybe Diagram-Detail View"

 

Note:  there is another existing ticket about this. (find)

 

 
source-pmo 9223372036854775807 Admin Relation Tools
Devin Shurtleff
2|huibiv: 1. For test, I went to DCGS-A (ARL) DIB. Similar to previous comments in STORE-1466 and STORE-957. On the Relationship screen, no legend is provided to explain what user is looking at or how to interact with it.

2. Using DCGS-A (ARL) DIB, arrows from the left pointing to center (DCGS-N DIB 4.3) are unable to be read, so it looks like a "blob." Maybe better to display arrow marks on the line instead of at the end of the line.

3. Instead of "Visualization" maybe "Diagram-Graphic View" on the table display view.

4. Instead of "Table" maybe Diagram-Detail View"

 

Note:  there is another existing ticket about this. (find)

 

 
0.0
DI2E Storefront Redesign STORE-1794

As system, snapshot versioning should maintain version even after a restore.

Bug In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jun 21, 2017 10:58 AM   Oct 25, 2018 1:34 PM     2.12     0 1   Sometimes it appears to reset after restore ( from 5 to 1). source-developer 9223372036854775807 Admin Imp. Exp. Arc.
2
Devin Shurtleff
2|huiasn: Sometimes it appears to reset after restore ( from 5 to 1). 0.0
DI2E Storefront Redesign STORE-1785

Remove Component Type method improvement

Improvement In Backlog Medium Unresolved Unassigned Cameron Cummings Cameron Cummings Jun 15, 2017 1:37 PM   Sep 12, 2018 4:48 PM   2.4 2.14     0 1   Rework the removeComponentType method found in CoreComponentServiceImpl so that if a type has no data tied to it user can simply delete it.  If data is attached to entry type then have user move data to another type.

*Note*: this fix will affect AdminEntryTypesTest.
source-testing 9223372036854775807 Admin Entries
Cameron Cummings
2|huibcv: Rework the removeComponentType method found in CoreComponentServiceImpl so that if a type has no data tied to it user can simply delete it.  If data is attached to entry type then have user move data to another type.

*Note*: this fix will affect AdminEntryTypesTest.
0.0
DI2E Storefront Redesign STORE-1782

Update UI Labeling to have better Semantic Meaning

Improvement In Backlog Low Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jun 15, 2017 7:27 AM   Sep 10, 2018 3:27 PM     2.17     0 1   In some case we are reflection the naming of the field or action based on the code.  Which makes perfect sense to developers but less sense to users.

Example:

Active Status   ->   Visibility

Active -> Public 

Inactive -> Private

Keep in mind the label would need to be based on the data that it belongs so the naming would change.   Active Status  in this case could several meanings.

Pro: Make more sense as to the meaning of what it does

Con: It's would make it more cryptic for developer who would need to translate meaning back to what code controls it.

 

This would effect the help documentation and UI.

 

 
source-pmo 9223372036854775807 System UI
5
Devin Shurtleff
2|huib9r: In some case we are reflection the naming of the field or action based on the code.  Which makes perfect sense to developers but less sense to users.

Example:

Active Status   ->   Visibility

Active -> Public 

Inactive -> Private

Keep in mind the label would need to be based on the data that it belongs so the naming would change.   Active Status  in this case could several meanings.

Pro: Make more sense as to the meaning of what it does

Con: It's would make it more cryptic for developer who would need to translate meaning back to what code controls it.

 

This would effect the help documentation and UI.

 

 
0.0
DI2E Storefront Redesign STORE-1781

Add Evaluation Workflow support to the Workplans

New Feature In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jun 14, 2017 2:26 PM May 29, 2019 1:36 PM May 29, 2019 1:36 PM     2.18     0 1   Look into more integration with JIRA and Evaluation status.  (Such as updating the status updates tickets). source-pmo 9223372036854775807 User Evaluation
<p>Devin Shurtleff - 29/May/19 07:36 PM Also, add action to post update to jira.</p>
Devin Shurtleff
2|huibon: Look into more integration with JIRA and Evaluation status.  (Such as updating the status updates tickets). 0.0 <p>Devin Shurtleff - 29/May/19 07:36 PM Also, add action to post update to jira.</p>
DI2E Storefront Redesign STORE-1777

As system, UI windows should follow default close windows method and destroy window

Improvement In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jun 14, 2017 8:47 AM   Sep 10, 2018 3:13 PM     2.17     0 1   Switch the default to destroy as per doc.   

We will need to add closeAction: 'hide' for the ones that should persist.

Note: all windows that changed so can test behavior.

 
source-developer 9223372036854775807 System UI
8 <p>Devin Shurtleff - 13/Sep/17 04:36 PM This has a hugh test overhead.</p>
Devin Shurtleff
2|huiay7: Switch the default to destroy as per doc.   

We will need to add closeAction: 'hide' for the ones that should persist.

Note: all windows that changed so can test behavior.

 
0.0 <p>Devin Shurtleff - 13/Sep/17 04:36 PM This has a hugh test overhead.</p>
DI2E Storefront Redesign STORE-1761

Evaluation Section Notes

New Feature In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jun 13, 2017 4:30 PM   Sep 10, 2018 3:58 PM     2.18     0 1   Allow moving instruction notes to comment area....that is private to the evaluator and persists for the evaluation. source-pmo 9223372036854775807 User Evaluation
3
Devin Shurtleff
2|huibo7: Allow moving instruction notes to comment area....that is private to the evaluator and persists for the evaluation. 0.0
DI2E Storefront Redesign STORE-1759

Evaluation Status Interactive Report

Design In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jun 13, 2017 3:05 PM   Sep 10, 2018 2:24 PM     2.16     0 1   Detail status report; Could be an live/online tool.  Provide similar information to war status report.   Need to decide on boundary line between this and jira.  source-pmo 9223372036854775807 Sprint 88 - Dev, Sprint 88 - Dev 2 Admin Reporting
2 <p>Devin Shurtleff - 05/Sep/17 09:22 PM Consider allowing additional information to be added (like comments, RI flags...or custom fields) to report lines.  </p>

<p>Autodata would be pull from evaluatio......</p>
Devin Shurtleff
2|huianr: Detail status report; Could be an live/online tool.  Provide similar information to war status report.   Need to decide on boundary line between this and jira.  0.0 <p>Devin Shurtleff - 05/Sep/17 09:22 PM Consider allowing additional information to be added (like comments, RI flags...or custom fields) to report lines.  </p>

<p>Autodata would be pull from evaluation status.</p>
DI2E Storefront Redesign STORE-1758

Email on Evaluation Comment

New Feature In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jun 13, 2017 3:01 PM   Sep 12, 2018 4:49 PM     2.18     0 1   Send alert to evaluator assigned to the eval when there is a comment. source-coe-suggestion 9223372036854775807 User Evaluation
Devin Shurtleff
2|huibpr: Send alert to evaluator assigned to the eval when there is a comment. 0.0
DI2E Storefront Redesign STORE-1756

Relationship tool Navigation improvements

Improvement In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jun 13, 2017 7:50 AM   Sep 10, 2018 3:47 PM     2.15.5     0 1   # Would prefer a button that users click to select entry.  Currently, the system shows pop-up when they initially go to the feature.  If they close the "Select Entry to view" box, then they have to click "Reset" to see entry box.  Would recommend a dedicated button like, "Select Entry" which initiates bringing up the dialog box.  And, "Reset" would clear the screen and start with fresh display, not bring up dialog box for entry
# I see in notes that clicking on a node displays everything with that attribute.  Then, to go back, the user clicks the center hub.  I don't think it's intuitive to click an attribute and think the user knows the system goes back to original entry.  Maybe a "back" button?
# I didn't understand this note:  " Change to behavior allowing user to entry relationship beyond the first level (immediate relationships)"  I looked at both production and staging and didn't see where this difference was.
source-pmo 9223372036854775807 Admin Relation Tools
Devin Shurtleff
2|huibin: # Would prefer a button that users click to select entry.  Currently, the system shows pop-up when they initially go to the feature.  If they close the "Select Entry to view" box, then they have to click "Reset" to see entry box.  Would recommend a dedicated button like, "Select Entry" which initiates bringing up the dialog box.  And, "Reset" would clear the screen and start with fresh display, not bring up dialog box for entry
# I see in notes that clicking on a node displays everything with that attribute.  Then, to go back, the user clicks the center hub.  I don't think it's intuitive to click an attribute and think the user knows the system goes back to original entry.  Maybe a "back" button?
# I didn't understand this note:  " Change to behavior allowing user to entry relationship beyond the first level (immediate relationships)"  I looked at both production and staging and didn't see where this difference was.
0.0
DI2E Storefront Redesign STORE-1748

Relationship view loses levels on reset

Bug In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jun 12, 2017 12:54 PM   Sep 10, 2018 3:47 PM     2.15.5     0 1    Here’s an example:

 
# Select “1Time” and click “Show.” (system returns image of 1Time, single node)
# Click on “1Time” graphic (system displays 1Time with several attributes)
# Click on “Reset”; (system displays “Select Entry to View”); Select “417Test”; Click “Show”
# System displays “417Test” but “Levels:” option is not displayed in the menu bar.
source-pmo 9223372036854775807 Admin Relation Tools
Devin Shurtleff
2|huibj3:  Here’s an example:

 
# Select “1Time” and click “Show.” (system returns image of 1Time, single node)
# Click on “1Time” graphic (system displays 1Time with several attributes)
# Click on “Reset”; (system displays “Select Entry to View”); Select “417Test”; Click “Show”
# System displays “417Test” but “Levels:” option is not displayed in the menu bar.
0.0
DI2E Storefront Redesign STORE-1744

As system want to add auto cleanup to built-in security settings after configurable amount of time

Improvement In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jun 08, 2017 1:18 PM   Sep 10, 2018 3:13 PM     2.19     0 1   Add audit job that inactive user after 90 days (configurable) 

After x days cleanout.

Other Consideration:

we may need to send out a warning email about account being deactivated in X days.

 

 
SPOON, source-spoon-pmo 9223372036854775807 System Security Tools
3
Devin Shurtleff
2|huiaxr: Add audit job that inactive user after 90 days (configurable) 

After x days cleanout.

Other Consideration:

we may need to send out a warning email about account being deactivated in X days.

 

 
0.0
DI2E Storefront Redesign STORE-1738

API Client Generator

Improvement In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jun 05, 2017 11:23 AM   May 31, 2019 9:19 AM     2.14     0 1   Generate the client from reading the server-side

Create a separate project and then put a dependency on the apicient so it get's built before the other project.  Also, the dependencies are different.
source-developer, source-testing 9223372036854775807 Auto UI Tests
5
Devin Shurtleff
2|huibcn: Generate the client from reading the server-side

Create a separate project and then put a dependency on the apicient so it get's built before the other project.  Also, the dependencies are different.
0.0
DI2E Storefront Redesign STORE-1731

As admin, want to have a dashboard widget for pending reviews of questions/answers

New Feature In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff May 30, 2017 5:23 PM   Sep 10, 2018 3:21 PM     2.17     0 1   Add "Restricted" dashboard item for an admin to view all pending reviews and questions. SPOON, source-developer 9223372036854775807 User Dashboard
2
Devin Shurtleff
2|huib7r: Add "Restricted" dashboard item for an admin to view all pending reviews and questions. 0.0
DI2E Storefront Redesign STORE-1725

As system want to separate MVC better in the war files

Improvement In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff May 24, 2017 9:52 AM   Sep 10, 2018 3:14 PM     2.14     0 1   Create a new war for MVC and client.  There would be quite a bit module rearranging to make it work.

Look into security session management for cross-war.

This would need to leverage the client api as well.

Look into using tomee (war or regular install)

 

 
source-developer 9223372036854775807 System API
8
Devin Shurtleff
2|huiayn: Create a new war for MVC and client.  There would be quite a bit module rearranging to make it work.

Look into security session management for cross-war.

This would need to leverage the client api as well.

Look into using tomee (war or regular install)

 

 
0.0
DI2E Storefront Redesign STORE-1720

Selenium Automation, not manual: Add Role - Permission Issue?

Bug In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff May 16, 2017 2:41 PM   Sep 10, 2018 3:14 PM     2.14     0 3 _thumb_99419.png   "Here’s a weird and strange error that does NOT occur when doing this manually, but when automation runs this shows up.  Strange.

I’m going to try adding some page refresh signals and more wait to see if it will clear it up?

 

Although this seems to be an automation problem, it is likely a “symptom” of something in the system that may need to be fixed?"

 

 
source-testing 9223372036854775807 Admin Security
2 <p>Rex Nethercott - 29/Jan/18 02:58 PM Is this a duplicate of <a href="https://jira.di2e.net/browse/STORE-1877" title="403 problems and a solution, but WHY?" class="issue-link" data-issue-key="STORE-1877">STORE-1877</a>?<br/>
Blaine Esplin - 05/Jul/17 04:34 PM This is still happening.  Kent was running the selenium automation and it successfully c......</p>
Blaine Esplin, Devin Shurtleff, Rex Nethercott
2|huiayf: "Here’s a weird and strange error that does NOT occur when doing this manually, but when automation runs this shows up.  Strange.

I’m going to try adding some page refresh signals and more wait to see if it will clear it up?

 

Although this seems to be an automation problem, it is likely a “symptom” of something in the system that may need to be fixed?"

 

 
0.0 <p>Rex Nethercott - 29/Jan/18 02:58 PM Is this a duplicate of <a href="https://jira.di2e.net/browse/STORE-1877" title="403 problems and a solution, but WHY?" class="issue-link" data-issue-key="STORE-1877">STORE-1877</a>?<br/>
Blaine Esplin - 05/Jul/17 04:34 PM This is still happening.  Kent was running the selenium automation and it successfully created a couple of users, but the 403 would happen on the 3rd user to be created.  Look into later after v2.4 work is finished.</p>
DI2E Storefront Redesign STORE-1675

NASA Gateway Integration

New Feature In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff May 15, 2017 10:06 AM   Sep 10, 2018 4:34 PM     2.14     0 1   Add optional integration support for NASA Gateway.  (user authentication/authorization system) SPOON, source-spoon-pmo 9223372036854775807 Sprint Nov2017-3 SPOON S3VI
<p>Devin Shurtleff - 25/Jul/17 09:02 PM On hold until further need is requested.<br/>
Devin Shurtleff - 30/May/17 01:45 PM We got move information on this.   They use siteminder for sso and pass saml to......</p>
Devin Shurtleff
2|hwtbpz: Add optional integration support for NASA Gateway.  (user authentication/authorization system) 0.0 <p>Devin Shurtleff - 25/Jul/17 09:02 PM On hold until further need is requested.<br/>
Devin Shurtleff - 30/May/17 01:45 PM We got move information on this.   They use siteminder for sso and pass saml token to handle login.   They recommend the Shibboleth agent to be used with Apache Http server to interact with it.  </p>

<p>However, after a discussion about the user-base it decided to start off more open and use the builtin storefront user management to support the users.</p>

<p> </p>
DI2E Storefront Redesign STORE-1641

Verify Errors when deleting mass numbers of Entries

Improvement In Backlog Medium Unresolved Unassigned Blaine Esplin Blaine Esplin May 03, 2017 11:57 AM   Nov 08, 2018 4:55 PM     2.12     0 2   v2.3 (2017-05-02 14:22:24 UTC), logged in as admin Pre-steps:
* Do a system archive export to back up all entries (or I have one onhand for store-accept). 
* Save the file locally

Go to Admin Tools, Data Management, Entries

Select ALL entries and Action -> Delete

You will get errors.  Is this expected?
source-testing 9223372036854775807 Admin Entries
1 <p>Devin Shurtleff - 03/May/17 06:52 PM It's likely it just takes awhile and times out...we can look to make the UI limit to 25 or so at a time.  <br/>
Devin Shurtleff - 03/May/17 06:25 PM This will not......</p>
Blaine Esplin, Devin Shurtleff
2|huiatr: Pre-steps:
* Do a system archive export to back up all entries (or I have one onhand for store-accept). 
* Save the file locally

Go to Admin Tools, Data Management, Entries

Select ALL entries and Action -> Delete

You will get errors.  Is this expected?
0.0 <p>Devin Shurtleff - 03/May/17 06:52 PM It's likely it just takes awhile and times out...we can look to make the UI limit to 25 or so at a time.  <br/>
Devin Shurtleff - 03/May/17 06:25 PM This will not do what you thinking.   (DB is only the DB records are this point....no external.)</p>

<p>Delete all may be a different thing (may be a time out?).    You can't restore it that way ...you would need to do an entry export and import.</p>

<p>I can look at the delete.</p>

<p> </p>

<p> </p>

<p> </p>

<p> </p>
DI2E Storefront Redesign STORE-1602

As admin, wants only those accounts with user profile security permission to allow messaging capability in Admin->Entries

Improvement In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff May 01, 2017 10:42 AM   May 28, 2019 9:59 AM   2.3, 2.4 2.19     0 3   User profiles are needed on page of the email window.   We need to adjust that so you can use it with having the manage user profiles permission. source-developer 9223372036854775807 Sprint Sep2018-2, Sprint Oct2018-1, Sprint Oct2018-2 Admin Messaging
2 <p>Brigham Michaelis - 04/Oct/18 04:37 PM Admin Tools -&gt; Data Management -&gt; Entries.</p>

<p> </p>

<p>When users are on this page, they have the ability to email the submitter of an entry. This capability s......</p>
Brigham Michaelis, Devin Shurtleff, Rex Nethercott
2|hyxfh3: User profiles are needed on page of the email window.   We need to adjust that so you can use it with having the manage user profiles permission. 0.0 <p>Brigham Michaelis - 04/Oct/18 04:37 PM Admin Tools -&gt; Data Management -&gt; Entries.</p>

<p> </p>

<p>When users are on this page, they have the ability to email the submitter of an entry. This capability should have it's own permission, and we should probably create a role that has permission to view the page, but not email anybody.<br/>
Devin Shurtleff - 03/Oct/18 06:39 PM Check state of this after the 2.6.5 release.<br/>
Devin Shurtleff - 29/Jan/18 10:24 PM This has to do with Security Permissions.  The UI on Admin -&gt; Entries requires the user profile permission because of the messaging window.   The permission was meant to be independent so if the user doesn't have that permission they should just not have the messaging capability.  However, that is not the case currently.  (A different between the UI and API)</p>

<p> </p>

<p>This should be handled as part Security Permissions Update.</p>

<p> <br/>
Rex Nethercott - 29/Jan/18 10:17 PM I do not fully understand this ticket. Can you please elaborate?<br/>
Devin Shurtleff - 12/Jul/17 08:23 PM Move to to future release<br/>
Devin Shurtleff - 01/May/17 04:43 PM This also may affect the manage message tool as well.</p>
DI2E Storefront Redesign STORE-1593

Look into what would happen if the lookups were deactivated

Improvement In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Apr 28, 2017 11:26 AM   Sep 12, 2018 4:44 PM   2.4 2.9.5     0 1   Check behavior of lookups.


Inactivating lookup may cause issue with entries in some cases. 

 

 
source-developer 9223372036854775807 Admin Entries
1 <p>Devin Shurtleff - 04/May/17 03:56 PM Review for 2.4, if there is an issue then will proceed.</p>
Devin Shurtleff
2|huiaxz: Check behavior of lookups.


Inactivating lookup may cause issue with entries in some cases. 

 

 
0.0 <p>Devin Shurtleff - 04/May/17 03:56 PM Review for 2.4, if there is an issue then will proceed.</p>
DI2E Storefront Redesign STORE-1512

Can't tab through Search Tools Advanced Fields

Improvement In Backlog Low Unresolved Unassigned Blaine Esplin Blaine Esplin Apr 14, 2017 4:41 PM   Dec 06, 2018 4:02 PM     2.17     0 2 _thumb_93986.png   v2.2 (2017-04-06 20:16:29 UTC) I cannot tab through the fields here.  Drove Cameron crazy today in testing:

Search Tools–> Advanced Tab:

!image-2017-04-14-16-41-18-914.png!
both, source-testing 9223372036854775807 User Search
2 <p>Devin Shurtleff - 27/Apr/17 09:27 PM Set the tab order appears to be bit tricky with this form.  It's not the most keyboard friendly anyway.<br/>
Devin Shurtleff - 18/Apr/17 03:29 PM Developer note: ......</p>
Blaine Esplin, Devin Shurtleff
2|huibb3: I cannot tab through the fields here.  Drove Cameron crazy today in testing:

Search Tools–> Advanced Tab:

!image-2017-04-14-16-41-18-914.png!
0.0 <p>Devin Shurtleff - 27/Apr/17 09:27 PM Set the tab order appears to be bit tricky with this form.  It's not the most keyboard friendly anyway.<br/>
Devin Shurtleff - 18/Apr/17 03:29 PM Developer note: this issue come from the form being spread across many 'cards' so only the fields related to the entity are shown.   Forcing tab order may correct this.</p>
DI2E Storefront Redesign STORE-1509

User Management Filter Adjustment

Improvement In Backlog Low Unresolved Unassigned Devin Shurtleff Devin Shurtleff Apr 14, 2017 3:55 PM   Sep 10, 2018 3:26 PM     2.14     0 2   the Users tab in the Active Status Drop-down there should be an "All" option to show Active and Locked/Disabled accounts.  In the Approval Status drop-down there should also be an "All" option to show Approved and Pending. source-testing 9223372036854775807 Admin User Mgmt.
<p>Devin Shurtleff - 29/Jan/18 11:48 PM I'm not aware of any changes made for this.  So it still outstanding...probably still low priority.<br/>
Rex Nethercott - 29/Jan/18 11:31 PM Where is this at?</p>
Devin Shurtleff, Rex Nethercott
2|huib9j: the Users tab in the Active Status Drop-down there should be an "All" option to show Active and Locked/Disabled accounts.  In the Approval Status drop-down there should also be an "All" option to show Approved and Pending. 0.0 <p>Devin Shurtleff - 29/Jan/18 11:48 PM I'm not aware of any changes made for this.  So it still outstanding...probably still low priority.<br/>
Rex Nethercott - 29/Jan/18 11:31 PM Where is this at?</p>
DI2E Storefront Redesign STORE-1483

A user wants the change log to highlight differences between the old and new values.

Improvement In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Apr 06, 2017 9:45 AM   Sep 10, 2018 2:41 PM     2.14     0 1   _ On Updates; highlight differences between old value and new value

_ Reduce Noise
source-developer 9223372036854775807 User Change Request
2
Devin Shurtleff
2|huiavj: _ On Updates; highlight differences between old value and new value

_ Reduce Noise
0.0
DI2E Storefront Redesign STORE-1456

Add Support for Architectures on Relationship Visualization

Improvement In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Mar 24, 2017 12:59 PM   Sep 10, 2018 3:48 PM     2.15.5     0 1   Architecture attributes are hierarchical as such need to be handled differently.

In this case we would want to drill down the layers of the hierarchy and then at  any layer expand out the entries for that layer.

 

 
source-developer 9223372036854775807 Admin Relation Tools
Devin Shurtleff
2|huibjz: 0.0
DI2E Storefront Redesign STORE-1449

Allow user additions to the Lookups

Improvement In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Mar 22, 2017 9:11 AM   Aug 10, 2018 11:15 AM     2.9 Data Administration   0 1    

 

 
"We made some updates to allow users to be able to add Codes for attributes if we check Allow User Codes.  There are instances where we might want to also allow users to add new codes to lookups, such as SecurityMarkingTypes."

 

_ Add allow flag to the lookups

_ Update the UI for the lookups that are allowed.  (Look at the scope of this as there's quite few)

_ Add alert

_ Add "force" required flag.  (some are require by default; but this be for security markings  or type could be not required...etc. So the flag would apply when the field could be optional but the required flag on the lookup makes it required.  )

 

For SecurityMarkingTypes:

"Make it like the attributes where we get a notification.  We’d have to put in a comment somewhere warning them not to go beyond a certain level, in the case of the security markings, maybe have a system high attribute that we warn against?  If you could do that warning for a specific lookup…  otherwise we just rely on the system high banners at the top and bottom. "
source-pmo 9223372036854775807 Admin Lookups
Devin Shurtleff
2|huibfz: "We made some updates to allow users to be able to add Codes for attributes if we check Allow User Codes.  There are instances where we might want to also allow users to add new codes to lookups, such as SecurityMarkingTypes."

 

_ Add allow flag to the lookups

_ Update the UI for the lookups that are allowed.  (Look at the scope of this as there's quite few)

_ Add alert

_ Add "force" required flag.  (some are require by default; but this be for security markings  or type could be not required...etc. So the flag would apply when the field could be optional but the required flag on the lookup makes it required.  )

 

For SecurityMarkingTypes:

"Make it like the attributes where we get a notification.  We’d have to put in a comment somewhere warning them not to go beyond a certain level, in the case of the security markings, maybe have a system high attribute that we warn against?  If you could do that warning for a specific lookup…  otherwise we just rely on the system high banners at the top and bottom. "
0.0
DI2E Storefront Redesign STORE-1445

Create new Admin Walk-Through

Task Open Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Mar 20, 2017 9:54 AM   Aug 10, 2018 12:00 PM     2.9     0 1   Build upon previous work and create a core walk through for a user that has just installed the storefront.  This would take them through setup up the music database and walk through the using the application from both the admin and user side.

 

Other items from the preliminary document may just moved to the regression tests.
source-developer 9223372036854775807 System Documentation
Devin Shurtleff
2|huibfj: Build upon previous work and create a core walk through for a user that has just installed the storefront.  This would take them through setup up the music database and walk through the using the application from both the admin and user side.

 

Other items from the preliminary document may just moved to the regression tests.
0.0
DI2E Storefront Redesign STORE-1442

Add Contacts to relationships Visualization

Improvement In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Mar 20, 2017 9:26 AM   Sep 10, 2018 3:48 PM     2.15.5     0 1   Contacts can be shared across components.  It would interesting to see those relationships as well. source-developer 9223372036854775807 Admin Relation Tools
Devin Shurtleff
2|huibjr: 0.0
DI2E Storefront Redesign STORE-1441

Grouping Relationship Types on Visualization

Improvement In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Mar 20, 2017 9:24 AM   Sep 10, 2018 3:48 PM     2.15.5     0 1    

 
{color:#333333}{color}To improve readability on the entity details view; group relationship by type for the following

Attribute 

Tags

Click on the group should expand the type.
source-pm-internal 9223372036854775807 Admin Relation Tools
Devin Shurtleff
2|huibjj: {color:#333333}{color}To improve readability on the entity details view; group relationship by type for the following

Attribute 

Tags

Click on the group should expand the type.
0.0
DI2E Storefront Redesign STORE-1439

Add ability to generate the relationship between entries

New Feature In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Mar 16, 2017 2:58 PM   Sep 10, 2018 3:48 PM     2.15.5     0 1    

 

 

 
Add to the relationship view:

Select two entries and have the system build a relationship chain from one entry to the other.
source-pm-internal, source-pmo 9223372036854775807 Admin Relation Tools
Devin Shurtleff
2|huibjb: Add to the relationship view:

Select two entries and have the system build a relationship chain from one entry to the other.
0.0
DI2E Storefront Redesign STORE-1429

Detail Feature Tests

Task Open High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Mar 14, 2017 3:10 PM   May 28, 2019 9:43 AM     2.14     0 1   Some features we support are not part of the general regression.

We need to capture the list of features that we need to have special regression test for them. We also, need decide which need still need to be supported.

The testing for these can be time consuming as they may require changing configuration, setup servers...etc.   We may need to consider creating several VM with each setup.   There is still maintenance cost for these.

 

Features:  (Add missing items to this list.)

-_ IE 9, 10 support (Right now it's reduced to limited support)  (MCost: HIGH)-  (IE 11 is only one support as of Jan 2017)

_ SOLR 6.x support (MCost: Medium/HIGH)  (Still there but, has been tested for a few years; it's not recommended to use)

_ Data Mapping (MCost: Medium)

_ Multiple Security Realms (This is not optional) (MCost: HIGH)

_ Fresh Setup (MCost: HIGH; value: HIGH)  (There is a auto test for this)

_ Docker Support (MCost: Medium)  (We use the developer docker frequently; how the production one is not used/tested very well)

_ Test Dataset / walk through (MCost: Medium)

_ Branding configuration (ie no JIRA, security markings, etc)

_ Security Policy Items 

_ Server support (different version of tomcat, other server support)

 
9223372036854775807 System Tests
<p>Devin Shurtleff - 05/Oct/17 04:35 PM The task needed is to create specific ticket for each test and categorize.</p>
Devin Shurtleff
2|huibcf: Some features we support are not part of the general regression.

We need to capture the list of features that we need to have special regression test for them. We also, need decide which need still need to be supported.

The testing for these can be time consuming as they may require changing configuration, setup servers...etc.   We may need to consider creating several VM with each setup.   There is still maintenance cost for these.

 

Features:  (Add missing items to this list.)

-_ IE 9, 10 support (Right now it's reduced to limited support)  (MCost: HIGH)-  (IE 11 is only one support as of Jan 2017)

_ SOLR 6.x support (MCost: Medium/HIGH)  (Still there but, has been tested for a few years; it's not recommended to use)

_ Data Mapping (MCost: Medium)

_ Multiple Security Realms (This is not optional) (MCost: HIGH)

_ Fresh Setup (MCost: HIGH; value: HIGH)  (There is a auto test for this)

_ Docker Support (MCost: Medium)  (We use the developer docker frequently; how the production one is not used/tested very well)

_ Test Dataset / walk through (MCost: Medium)

_ Branding configuration (ie no JIRA, security markings, etc)

_ Security Policy Items 

_ Server support (different version of tomcat, other server support)

 
0.0 <p>Devin Shurtleff - 05/Oct/17 04:35 PM The task needed is to create specific ticket for each test and categorize.</p>
DI2E Storefront Redesign STORE-1408

Consider Support of multi-datasources

New Feature In Backlog Low Unresolved Unassigned Devin Shurtleff Devin Shurtleff Mar 08, 2017 10:11 AM May 31, 2019 10:39 AM May 31, 2019 10:39 AM           0 1    

 
Instead of data filter one data base.  We could have multiple databases which has some advantages.  Like complete data separation.  The user would only have access to databases that there roles allow.

Data when store would have to be selected to the right database.  When query all the database that the user has access to would need to be query and aggregate.

This would be quite a bit of effort but it would provide better isolation than what is provided via data filtering which has some limits.
source-developer 9223372036854775807 System Reusability
Devin Shurtleff
2|hwe7kn: Instead of data filter one data base.  We could have multiple databases which has some advantages.  Like complete data separation.  The user would only have access to databases that there roles allow.

Data when store would have to be selected to the right database.  When query all the database that the user has access to would need to be query and aggregate.

This would be quite a bit of effort but it would provide better isolation than what is provided via data filtering which has some limits.
0.0
DI2E Storefront Redesign STORE-1369

Integration with Nexus

New Feature In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Feb 08, 2017 11:52 AM   Sep 10, 2018 2:26 PM     2.16.5     0 1   Look at integration to be able to find docker images related to an entry.

Ideally we would be able to auto-sync with the repository.
source-pmo 9223372036854775807 Automatic Data Management
Devin Shurtleff
2|huiaof: Look at integration to be able to find docker images related to an entry.

Ideally we would be able to auto-sync with the repository.
0.0
DI2E Storefront Redesign STORE-1368

Improve Bulk Attribute Assignment

Improvement In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Feb 08, 2017 11:42 AM   Sep 10, 2018 3:56 PM     2.10     0 1   Allow for selecting multiple attributes and assigning the set of attributes to an entry. source-developer, source-pmo 9223372036854775807 Admin Bulk Tools
Devin Shurtleff
2|huibn3: Allow for selecting multiple attributes and assigning the set of attributes to an entry. 0.0
DI2E Storefront Redesign STORE-1350

As evaluator, wants to be notified when someone else is modifying the same evaluation at the same time

Improvement In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jan 19, 2017 10:48 AM   Sep 10, 2018 3:21 PM     2.18     0 1   If two or more users are editing an evaluation they may override each other's changes. The change log will help with this however it may be nice to provide an indicator that they are multiple editor potentially. source-developer 9223372036854775807 User Evaluation
3
Devin Shurtleff
2|huib7j: If two or more users are editing an evaluation they may override each other's changes. The change log will help with this however it may be nice to provide an indicator that they are multiple editor potentially. 0.0
DI2E Storefront Redesign STORE-1331

Allow Selective Diff on Change Request

Improvement In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jan 11, 2017 1:22 PM   Sep 10, 2018 3:56 PM     2.11     0 1   Change UI to should the sections: Changes, Current, Final Results

Let the admin pick the changes that should be applied.
source-pm-internal, source-pmo 9223372036854775807 Admin Change Req
Devin Shurtleff
2|huibmv: Change UI to should the sections: Changes, Current, Final Results

Let the admin pick the changes that should be applied.
0.0
DI2E Storefront Redesign STORE-1323

Update Ehcache version to latest version

Improvement In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jan 03, 2017 4:02 PM   Sep 12, 2018 4:45 PM     2.13     0 1   _ Ehcache

 This require re-working all the generic in the code.  The storefront use of the cache is fairly simple.
source-developer 9223372036854775807 Platform Update
2
Devin Shurtleff
2|huib7b: _ Ehcache

 This require re-working all the generic in the code.  The storefront use of the cache is fairly simple.
0.0
DI2E Storefront Redesign STORE-1322

Add Simple Way to Encourage Feedback

New Feature In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jan 03, 2017 3:57 PM   Sep 10, 2018 3:39 PM     2.21     0 1   Add a "Like", "Recommend" button. for less intimidating feedback on an entry.

Perhaps Add "Was this helpful" and then optional ask them additional questions.

See STORE-2365

 

 
source-developer 9223372036854775807 User Engagement
Devin Shurtleff
2|huibif: Add a "Like", "Recommend" button. for less intimidating feedback on an entry.

Perhaps Add "Was this helpful" and then optional ask them additional questions.

See STORE-2365

 

 
0.0
DI2E Storefront Redesign STORE-1267

Branding Preview button does not show much

Improvement In Backlog Low Unresolved Unassigned Blaine Esplin Blaine Esplin Dec 13, 2016 10:52 AM   Sep 10, 2018 3:29 PM     2.17     0 2   v2.2 (2016-12-09 23:31:35 UTC)
Go to AdminTools, Application Management, Branding.
Select a brand and edit. Make some changes.
At the bottom click on Preview.

A box is shown with a colored banner at the top (if changed) but there are no other details as to how the branding would work (text, highlight colors, etc.)
source-testing 9223372036854775807 Admin Branding
2 <p>Devin Shurtleff - 14/Dec/16 05:42 PM It show the basic look but, it's a bit minimal. We can move this to a top level ticket as improvement for later.</p>
Blaine Esplin, Devin Shurtleff
2|huibav: Go to AdminTools, Application Management, Branding.
Select a brand and edit. Make some changes.
At the bottom click on Preview.

A box is shown with a colored banner at the top (if changed) but there are no other details as to how the branding would work (text, highlight colors, etc.)
0.0 <p>Devin Shurtleff - 14/Dec/16 05:42 PM It show the basic look but, it's a bit minimal. We can move this to a top level ticket as improvement for later.</p>
DI2E Storefront Redesign STORE-1241

Improvements from load testing

Improvement In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Nov 28, 2016 9:31 AM   Sep 10, 2018 3:50 PM     2.20     0 1   See STORE-591

Items to address:

_ look to lower memory requirement for searching
_ Improve loading mechanism (reduce memory for some formats, improve speed)
_ Look at some reports that don't work well with large data sets.
_ UI look at adding paging to some admin tools

source-testing 9223372036854775807 System Reusability
Devin Shurtleff
2|huibl3: See STORE-591

Items to address:

_ look to lower memory requirement for searching
_ Improve loading mechanism (reduce memory for some formats, improve speed)
_ Look at some reports that don't work well with large data sets.
_ UI look at adding paging to some admin tools

0.0
DI2E Storefront Redesign STORE-1216

Bulk Organization Assignment

New Feature In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Nov 07, 2016 12:53 PM   Sep 10, 2018 3:55 PM     2.10     0 2   Add the ability to Assign an organization to multiple entries. source-developer 9223372036854775807 Admin Bulk Tools
<p>Devin Shurtleff - 18/Nov/16 05:20 PM Let's see where we get to on 2.2 before we pull this in. We may want to wait until a future release.<br/>
Michael Fairbanks <span class="error">&#91;X&#93;</span> - 18/Nov/16 05:14 PM This is stil......</p>
Devin Shurtleff, Michael Fairbanks [X]
2|huibmn: Add the ability to Assign an organization to multiple entries. 0.0 <p>Devin Shurtleff - 18/Nov/16 05:20 PM Let's see where we get to on 2.2 before we pull this in. We may want to wait until a future release.<br/>
Michael Fairbanks <span class="error">&#91;X&#93;</span> - 18/Nov/16 05:14 PM This is still marked as 'Pending Review'. Do we want to move forward with this?</p>
DI2E Storefront Redesign STORE-1215

Bulk Contact Assignment

New Feature In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Nov 07, 2016 12:52 PM   Sep 10, 2018 3:55 PM     2.10     0 1   Add the ability to Assign a contact to multiple entries. source-developer 9223372036854775807 Admin Bulk Tools
Devin Shurtleff
2|huibmf: Add the ability to Assign a contact to multiple entries. 0.0
DI2E Storefront Redesign STORE-1201

Entry Expiration

Design In Backlog Critical Unresolved Devin Shurtleff Devin Shurtleff Devin Shurtleff Nov 02, 2016 4:54 PM   Sep 10, 2018 2:21 PM     2.16.5     0 1 144000 0% Allow setting expiration on evaluations entry to help with management.
There should be a default that can be overridden.

_ Add report to get age on entries,,,,,or entry that need to be updated.

The report may be sufficient for this feature. However, a data admin may want more active notifications.
144000 source-customer-feedback, source-developer 9223372036854775807 Sprint 88 - Dev, Sprint 88 - Dev 2 Automatic Data Management
1
Devin Shurtleff
2|huianb: Allow setting expiration on evaluations entry to help with management.
There should be a default that can be overridden.

_ Add report to get age on entries,,,,,or entry that need to be updated.

The report may be sufficient for this feature. However, a data admin may want more active notifications.
See attached 0.0
DI2E Storefront Redesign STORE-1191

STORE-438 Bulk Actions on Entries

Sub-task Waiting for Build Medium Unresolved Unassigned Michael Fairbanks [X] Michael Fairbanks [X] Oct 28, 2016 4:39 PM   Aug 15, 2017 3:13 PM           0 1   Add the ability to bulk edit entries, such as changing owner, type, etc. 9223372036854775807
Michael Fairbanks [X]
2|hua83r: Add the ability to bulk edit entries, such as changing owner, type, etc.
DI2E Storefront Redesign STORE-1104

Add user preferences

Improvement In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Sep 20, 2016 4:57 PM   Sep 10, 2018 4:03 PM     2.18     0 1   Allow user to set preference for things like default search results view settings and default sort order....etc. source-developer 9223372036854775807 User Tools Improvement
Devin Shurtleff
2|hujh0v: Allow user to set preference for things like default search results view settings and default sort order....etc. 0.0
DI2E Storefront Redesign STORE-1028

File Mapping Support Improvements

Improvement In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Aug 11, 2016 4:06 PM   Sep 10, 2018 4:07 PM     2.10     0 1   Add:

_ Import and Export mapping (Useful for troubleshooting one environment from another) (DONE 2.1)
_Add a way to skip headers on CSV, TSV, Excel .....not sure this can be done reliably. Right now the user must remove the header line themselves.
_Json and maybe xml - handle of nested attribute types (What does the generic import cover and what it doesn't)
source-developer 9223372036854775807 Admin Imp. Exp. Arc.
Devin Shurtleff
2|hujh1z: Add:

_ Import and Export mapping (Useful for troubleshooting one environment from another) (DONE 2.1)
_Add a way to skip headers on CSV, TSV, Excel .....not sure this can be done reliably. Right now the user must remove the header line themselves.
_Json and maybe xml - handle of nested attribute types (What does the generic import cover and what it doesn't)
0.0
DI2E Storefront Redesign STORE-981

Entry Details Relationships

Improvement In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jul 15, 2016 4:49 PM   Sep 10, 2018 3:48 PM     2.15.5     0 1   Change to making the view size fixed and then allowing zooming and panning.

This would avoid the dynamic resizing causing jumping and scrolling.
source-developer 9223372036854775807 Admin Relation Tools
Devin Shurtleff
2|huibk7: Change to making the view size fixed and then allowing zooming and panning.

This would avoid the dynamic resizing causing jumping and scrolling.
0.0
DI2E Storefront Redesign STORE-933

Improve Describe Record Support

Improvement In Backlog High Unresolved Unassigned Devin Shurtleff Devin Shurtleff May 25, 2016 3:20 PM   Sep 10, 2018 4:17 PM     2.24     0 1   _Add support for exporting content collection back into to content collections
_ Add back in the namespaces
_ Research and support more of the schema
source-pm-internal 9223372036854775807 Describe Support
<p>Devin Shurtleff - 21/Sep/16 10:51 PM Just an idea:</p>

<p>We could perhap capture the original record and store it as a resource. (This would need to be done in a post process. ) </p>
Devin Shurtleff
2|hwe7kv: _Add support for exporting content collection back into to content collections
_ Add back in the namespaces
_ Research and support more of the schema
0.0 <p>Devin Shurtleff - 21/Sep/16 10:51 PM Just an idea:</p>

<p>We could perhap capture the original record and store it as a resource. (This would need to be done in a post process. ) <br/>
Devin Shurtleff - 16/Sep/16 09:38 PM I was able to load the sample files. (2.1)</p>

<p>Still I'm bumping this ticket back out to a top level so it can be further worked on in future. The support for import and export could be better but, it also depends on where this goes in the future. <br/>
Devin Shurtleff - 27/Jun/16 06:17 PM This has been bumped up in priority,<br/>
Devin Shurtleff - 08/Jun/16 03:37 PM Staging has more sample....but, it has been down lately</p>
DI2E Storefront Redesign STORE-931

Add more widgets for the Dashboard

New Feature In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff May 25, 2016 10:22 AM   Sep 10, 2018 4:02 PM     2.18     0 1   User:

Entry statics --> showing views (for my entry or all) for a time period.
Interactive and drillable.
source-developer 9223372036854775807 User Dashboard
Devin Shurtleff
2|hujh0n: User:

Entry statics --> showing views (for my entry or all) for a time period.
Interactive and drillable.
0.0
DI2E Storefront Redesign STORE-930

Argo Integration

New Feature In Backlog Low Unresolved Unassigned Devin Shurtleff Devin Shurtleff May 25, 2016 10:15 AM   Sep 10, 2018 4:07 PM     2.22     0 1   Integrate a probe and be able to pull describe or other records and add the able to show the status of a service. source-pmo 9223372036854775807 System API
<p>Devin Shurtleff - 27/Jun/16 06:14 PM Hold on this until we get more direction. "I’d recommend putting the Argo stuff on hold for now until the Enterprise vision shapes a little more." </p>
Devin Shurtleff
2|hujh27: Integrate a probe and be able to pull describe or other records and add the able to show the status of a service. The goal here is to add a probe and configuration into the application so that later it can be used to either pull records or status.

This should be build to use with the integration or as a job. We need to adjust this down the road but having basic integration will make this easier.
0.0 <p>Devin Shurtleff - 27/Jun/16 06:14 PM Hold on this until we get more direction. "I’d recommend putting the Argo stuff on hold for now until the Enterprise vision shapes a little more." <br/>
Devin Shurtleff - 26/May/16 03:25 PM Reviewed see notes</p>
DI2E Storefront Redesign STORE-874

Add CDR compliant end-point

New Feature In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff May 05, 2016 10:51 AM   Sep 10, 2018 4:07 PM     2.22     0 1   DI2E Content Discovery Retrieval end-point.

source-customer-feedback, source-pm-internal 9223372036854775807 System API
Devin Shurtleff
2|hujh1r: DI2E Content Discovery Retrieval end-point.

0.0
DI2E Storefront Redesign STORE-841

STORE-802 Update User Guide with process to manage user submission updates

Sub-task Open Medium Unresolved Unassigned David Treat David Treat Apr 11, 2016 8:25 AM   Jul 11, 2018 8:58 AM           0 1   Add the instructions on how to manage the user created "change Request" to the user guide 9223372036854775807
David Treat
2|hua6nr: Add the instructions on how to manage the user created "change Request" to the user guide
DI2E Storefront Redesign STORE-821

Add Support for watching saved searches

New Feature In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Mar 30, 2016 12:23 PM May 29, 2019 2:22 PM May 29, 2019 2:22 PM     2.18     0 1   Add a way to be notified (Periodical email?) when there's a change the results of a saved search. source-developer 9223372036854775807 User Tools Improvement
Devin Shurtleff
2|hujh07: Add a way to be notified (Periodical email?) when there's a change the results of a saved search. 0.0
DI2E Storefront Redesign STORE-815

Add a Save Search from the Search Results

Improvement In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Mar 28, 2016 3:55 PM   Sep 10, 2018 4:02 PM     2.18     0 1   Allow saving the current search in the search results to the user's saved search.

Since the save search and the search results work off the advance search ...saving it off may work.
source-developer 9223372036854775807 User Tools Improvement
Devin Shurtleff
2|hujh0f: Allow saving the current search in the search results to the user's saved search.

Since the save search and the search results work off the advance search ...saving it off may work.
0.0
DI2E Storefront Redesign STORE-803

Help Doc Improvements

Improvement In Backlog Low Unresolved Unassigned Devin Shurtleff Devin Shurtleff Feb 24, 2016 12:11 PM   Aug 10, 2018 12:06 PM     2.9     0 1   Improvements to the contents.

_ Add Keywords to help with search

_ Add Use-case Section(s); Eg. How do I do X?

source-developer 9223372036854775807 Admin Help/FAQ
Devin Shurtleff
2|huibfr: Improvements to the contents.

_ Add Keywords to help with search

_ Add Use-case Section(s); Eg. How do I do X?

0.0
DI2E Storefront Redesign STORE-795

As system, exporting components should warn about large export and run the process in the background and alert when completed

Improvement In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Feb 17, 2016 11:12 AM   Oct 25, 2018 1:36 PM     2.14     0 1   Exporting all components takes awhile....it may time out.

Add option (automatic > 10 selected) run in the background and create an export screen to pick up the export. Something else to think about is all the media ...with videos that can be quite large.

This could also be used for an System export. where that would need to run in the background.
9223372036854775807 Admin Imp. Exp. Arc.
3 <p>Devin Shurtleff - 20/Jul/17 06:37 PM System archives can handling this....perhaps in future on the entry screen we can warn about large exports?</p>
Devin Shurtleff
2|huib73: Exporting all components takes awhile....it may time out.

Add option (automatic > 10 selected) run in the background and create an export screen to pick up the export. Something else to think about is all the media ...with videos that can be quite large.

This could also be used for an System export. where that would need to run in the background.
0.0 <p>Devin Shurtleff - 20/Jul/17 06:37 PM System archives can handling this....perhaps in future on the entry screen we can warn about large exports?</p>
DI2E Storefront Redesign STORE-770

Add Support for Encrypted Email

New Feature In Backlog Low Unresolved Unassigned Devin Shurtleff Devin Shurtleff Feb 08, 2016 1:14 PM   Sep 10, 2018 4:15 PM     2.23     0 1   Allow configuration for sending encrypted email.

see;

https://blogs.oracle.com/javajungle/entry/secure_email_from_java
https://github.com/hecklerm/BCCrypTool/
source-admin 9223372036854775807 System Reusability
Devin Shurtleff
2|hwe7jz: Allow configuration for sending encrypted email.

see;

https://blogs.oracle.com/javajungle/entry/secure_email_from_java
https://github.com/hecklerm/BCCrypTool/
0.0
DI2E Storefront Redesign STORE-758

Watches - Allow grouping for project

New Feature In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jan 20, 2016 1:25 PM   Sep 10, 2018 4:02 PM     2.18     0 1   Allow grouping of Watches in to project group.

A user would be able to create a project group (name, description, notes?) and then allow them to add entries that are relevant to the project group.

Prehaps later allow the user to define searches (advanced search related to the grouping) so they can be notified when items are found matching search criteria. (Scheduled report?)
source-developer 9223372036854775807 User Tools Improvement
Devin Shurtleff
2|hujgzz: Allow grouping of Watches in to project group.

A user would be able to create a project group (name, description, notes?) and then allow them to add entries that are relevant to the project group.

Prehaps later allow the user to define searches (advanced search related to the grouping) so they can be notified when items are found matching search criteria. (Scheduled report?)
0.0
DI2E Storefront Redesign STORE-707

Allow for Entries to have multiple owners

New Feature In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jan 06, 2016 12:48 PM   Sep 10, 2018 3:52 PM     2.9     0 1   This would allow and entry to be managed by several people. source-customer-feedback 9223372036854775807 Admin Entries
Devin Shurtleff
2|huiblj: This would allow and entry to be managed by several people. 0.0
DI2E Storefront Redesign STORE-693

As user, messages should send an errors email if message fails to send and not empty emails

Improvement In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Dec 21, 2015 12:28 PM   Sep 10, 2018 3:20 PM     2.14     0 1   Currently:

If the message fails to get sent out then the message and the email address field(s) are blank. (If the message is generated which is often the case.)

Change:

Marking the message as failed and noting who it was intended for.
source-developer 9223372036854775807 User Tools Improvement
2 <p>Devin Shurtleff - 29/Jan/18 10:31 PM This has to do with the message database record and not the email itself.   The database record should mark as failed and note the intended email address.</p>

<p>......</p>
Devin Shurtleff
2|huib6v: Currently:

If the message fails to get sent out then the message and the email address field(s) are blank. (If the message is generated which is often the case.)

Change:

Marking the message as failed and noting who it was intended for.
0.0 <p>Devin Shurtleff - 29/Jan/18 10:31 PM This has to do with the message database record and not the email itself.   The database record should mark as failed and note the intended email address.</p>

<p> </p>
DI2E Storefront Redesign STORE-590

Add reports at runtime

New Feature In Backlog Low Unresolved Unassigned Devin Shurtleff Devin Shurtleff Sep 30, 2015 1:22 PM   Sep 10, 2018 2:42 PM     2.10     0 1   STORE-570 Upload new reports (templates/data capture) source-developer 9223372036854775807 Admin Reporting
Devin Shurtleff
2|huiavz: Upload new reports (templates/data capture) 0.0
DI2E Storefront Redesign STORE-572

Improvements on Relationships

Improvement In Backlog Low Unresolved Unassigned Devin Shurtleff Devin Shurtleff Sep 17, 2015 10:47 AM   Sep 10, 2018 3:49 PM     2.15.5     0 1   _ Demo the current handling bi-directional relationship with a 1-way flow.

_See if reverse description are really needed.

_Improve visualization
_IE 11 issue (fixed in 2.0)
_a way to display all the relationship types in line (depends on, related to)

source-customer-feedback, source-developer 9223372036854775807 Admin Relation Tools
<p>Devin Shurtleff - 20/Jul/16 06:52 PM +1 Looking at the reverse relation</p>
Devin Shurtleff
2|huibkv: _ Demo the current handling bi-directional relationship with a 1-way flow.

_See if reverse description are really needed.

_Improve visualization
_IE 11 issue (fixed in 2.0)
_a way to display all the relationship types in line (depends on, related to)

0.0 <p>Devin Shurtleff - 20/Jul/16 06:52 PM +1 Looking at the reverse relation</p>
DI2E Storefront Redesign STORE-570

STORE-590 PDF support for Reports

Sub-task Open Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Sep 16, 2015 2:14 PM   Sep 30, 2015 1:23 PM           0 1   Direct PDF Support 9223372036854775807
Devin Shurtleff
2|huwr3j: Direct PDF Support
DI2E Storefront Redesign STORE-569

Add jasper report support

New Feature In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Sep 16, 2015 1:18 PM   Sep 10, 2018 2:27 PM     2.16     0 1   This may not cover all the reports but, it may be nice as an option. source-developer 9223372036854775807 Admin Reporting
Devin Shurtleff
2|huiaov: This may not cover all the reports but, it may be nice as an option. 0.0
DI2E Storefront Redesign STORE-568

Add Excel Output for Report

New Feature In Backlog Low Unresolved Unassigned Devin Shurtleff Devin Shurtleff Sep 16, 2015 1:17 PM   Sep 10, 2018 2:42 PM     2.10     0 1   Decide on nicer layout for excel reports source-developer 9223372036854775807 Admin Reporting
Devin Shurtleff
2|huiaw7: Decide on nicer layout for excel reports 0.0
DI2E Storefront Redesign STORE-487

Allow component Update from Update file

New Feature In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jul 09, 2015 2:14 PM   Sep 10, 2018 2:26 PM     2.16.5 Integration   0 1   A take on the apache way of keeping their directory updated.

We create a update file that developer can post to their repo or site and we can periodically reach out and pull these file to sync components.

The component should have controls to set up the updates and set where to automatically approve changes or required admin approval.

We need to tie this into the file import system and the integration management system.

Note: Update file should have "version" in it because, likely over time will need to support multiple versions.

 

This may become important for describe.

 
source-pmo 9223372036854775807 Automatic Data Management
5
Devin Shurtleff
2|huiao7: A take on the apache way of keeping their directory updated.

We create a update file that developer can post to their repo or site and we can periodically reach out and pull these file to sync components.

The component should have controls to set up the updates and set where to automatically approve changes or required admin approval.

We need to tie this into the file import system and the integration management system.

Note: Update file should have "version" in it because, likely over time will need to support multiple versions.

 

This may become important for describe.

 
0.0
DI2E Storefront Redesign STORE-478

Create Process to clean up old submissions

Improvement In Backlog Medium Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jun 30, 2015 5:04 PM   Sep 10, 2018 2:27 PM     2.16.5     0 1   If a user create a submission but never submits for approval. The system will hang on to the records. Rather hanging on to old submission forever we need a process to expire them.

The UI should reflect that time limit of "not submitted" components.
source-developer 9223372036854775807 Automatic Data Management
Devin Shurtleff
2|huiaon: If a user create a submission but never submits for approval. The system will hang on to the records. Rather hanging on to old submission forever we need a process to expire them.

The UI should reflect that time limit of "not submitted" components.
0.0
DI2E Storefront Redesign STORE-460

Extend Resources Model For Check Constraints

Improvement In Backlog Low Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jun 08, 2015 2:17 PM   Sep 10, 2018 2:41 PM     2.16.5     0 1   Consider adding some constraints for link checking. In conjunction with determining if a link has changed....in which case it may indicate that the version of a component has change.

See:

https://confluence.di2e.net/display/~joe.pecore/Continuous+monitoring+of+evaluated+Assets
https://confluence.di2e.net/pages/viewpage.action?pageId=74356780

As it progress we can look to see what fields can be added.
source-pmo 9223372036854775807 Automatic Data Management
2
Devin Shurtleff
2|huiavr: Consider adding some constraints for link checking. In conjunction with determining if a link has changed....in which case it may indicate that the version of a component has change.

See:

https://confluence.di2e.net/display/~joe.pecore/Continuous+monitoring+of+evaluated+Assets
https://confluence.di2e.net/pages/viewpage.action?pageId=74356780

As it progress we can look to see what fields can be added.
0.0
DI2E Storefront Redesign STORE-446

STORE-438 Bulk Actions on Attributes

Sub-task Waiting for Build High Unresolved Unassigned Jonathan Law [X] Jonathan Law [X] May 08, 2015 9:00 AM   Aug 15, 2017 3:11 PM           0 2   Some ideas have come up that might require bulk actions on attributes.

Things like a partial bulk delete on codes, or reactivate/deactivate. (Things to help fix issues with imports without having to start over completely)
9223372036854775807
<p>Devin Shurtleff - 01/Nov/16 07:18 PM Maybe consider flipping the flags as well. </p>

<p>Remember to prompt the user on anything destructive. </p>
Devin Shurtleff, Jonathan Law [X]
2|hua4z3: Some ideas have come up that might require bulk actions on attributes.

Things like a partial bulk delete on codes, or reactivate/deactivate. (Things to help fix issues with imports without having to start over completely)
<p>Devin Shurtleff - 01/Nov/16 07:18 PM Maybe consider flipping the flags as well. </p>

<p>Remember to prompt the user on anything destructive. </p>
DI2E Storefront Redesign STORE-369

STORE-340 Convert Classic Analytic information to Universal and adjust directives

Sub-task Open High Unresolved Unassigned Jonathan Law [X] Jonathan Law [X] Feb 20, 2015 8:58 AM   Aug 15, 2017 3:10 PM           0 1   9223372036854775807
Jonathan Law [X]
2|hua4kf:
DI2E Storefront Redesign STORE-332

Recommend to a Friend button

New Feature In Backlog Low Unresolved Unassigned Devin Shurtleff Devin Shurtleff Jan 08, 2015 3:20 PM   Sep 10, 2018 3:39 PM     2.21     0 1   Suggestion from Adam Dooley with regards to the deep link to a component.

"It would be great if we implemented this feature as "Recommend to a friend" button that would allow the user to share the link via email."

source-customer-feedback 9223372036854775807 User Engagement
Devin Shurtleff
2|huibi7: Suggestion from Adam Dooley with regards to the deep link to a component.

"It would be great if we implemented this feature as "Recommend to a friend" button that would allow the user to share the link via email."

0.0
DI2E Storefront Redesign STORE-317

STORE-403 Feature Level Help

Sub-task Working High Unresolved Unassigned Devin Shurtleff Devin Shurtleff Dec 18, 2014 2:55 PM   Feb 14, 2018 5:02 PM           0 1   Create help based on feature usage.

For example:

How do watches work? What tools are involved?
9223372036854775807
Devin Shurtleff
2|huozrb: Create help based on feature usage.

For example:

How do watches work? What tools are involved?
DI2E Storefront Redesign STORE-268

Add recently viewed for user

New Feature In Backlog Low Unresolved Unassigned Devin Shurtleff Devin Shurtleff Nov 10, 2014 12:59 PM   Sep 10, 2018 4:05 PM     2.17     0 2   Show recently viewed items in the user menu.

Recent -> listing -> view
source-developer 9223372036854775807 User Tools Improvement
<p>Jonathan Law <span class="error">&#91;X&#93;</span> - 16/Dec/14 05:51 PM Once we have this implemented, we'll be adding the history of these to the admin tool for user profiles.</p>
Devin Shurtleff, Jonathan Law [X]
2|hujh1j: Show recently viewed items in the user menu.

Recent -> listing -> view
0.0 <p>Jonathan Law <span class="error">&#91;X&#93;</span> - 16/Dec/14 05:51 PM Once we have this implemented, we'll be adding the history of these to the admin tool for user profiles.</p>
DI2E Storefront Redesign STORE-253

Ability to show Analytics Data (# of Downloads)

Improvement In Backlog Low Unresolved Unassigned David Marchant [X] David Marchant [X] Oct 28, 2014 4:53 PM   Sep 10, 2018 4:05 PM     2.17     0 2   Feedback from DCO demo

Ability to Show Downloads: Tracking downloads is difficult. Can track when a user clicks on an external link. USU could generate a report based on clicking on external links. This is a lower priority task.

Add ability to show who has downloaded.  I can search for them and email them to ask how they're using, etc.
(dave: downloaded is hard, as we can’t really track that.  Maybe as part of the feedback reports?)
DCO_Demo_Feedback, source-customer-feedback 9223372036854775807 User Tools Improvement
<p>Adam Dooley - 22/Dec/14 03:26 PM Might be able to accomplish the first item using Google Analytics "In Page Analytics" feature. However, there's some de-bugging that needs to occur. when I tri......</p>
Adam Dooley, David Marchant [X]
2|hujh1b: Feedback from DCO demo

Ability to Show Downloads: Tracking downloads is difficult. Can track when a user clicks on an external link. USU could generate a report based on clicking on external links. This is a lower priority task.

Add ability to show who has downloaded.  I can search for them and email them to ask how they're using, etc.
(dave: downloaded is hard, as we can’t really track that.  Maybe as part of the feedback reports?)
0.0 <p>Adam Dooley - 22/Dec/14 03:26 PM Might be able to accomplish the first item using Google Analytics "In Page Analytics" feature. However, there's some de-bugging that needs to occur. when I tried launching it recently, it returned "Sorry! DI2E Storefront is currently down for maintenance" error message. it's URL was also pointing to "https://storefront1.di2e.net" vice "storefront.di2e.net."</p>

<p>If there is a way to connect userid to unique web sessions, that would give us the richest set of analytics about what user behavior and components accessed. There are ways to define user defined variables in Google Analytics but it will still require some sort of unique session key and page tagging.</p>
DI2E Storefront Redesign STORE-210

STORE-24 Questions on licensing

Sub-task Open Critical Unresolved Unassigned Blaine Esplin Blaine Esplin Sep 29, 2014 10:16 AM   Oct 14, 2014 11:37 AM           0 1   Answer the questions on licensing,
* Are there any open source licenses we should avoid?
* Verify current license header is appropriate
9223372036854775807
<p>David Marchant <span class="error">&#91;X&#93;</span> - 14/Oct/14 05:37 PM We are avoiding GPL. I will follow up on the license header.</p>
David Marchant [X]
2|hunblr: Answer the questions on licensing,
* Are there any open source licenses we should avoid?
* Verify current license header is appropriate
<p>David Marchant <span class="error">&#91;X&#93;</span> - 14/Oct/14 05:37 PM We are avoiding GPL. I will follow up on the license header.</p>
DI2E Storefront Redesign STORE-73

STORE-68 Authentication and Authorization of the API

Sub-task Reopened High Unresolved Devin Shurtleff David Marchant [X] David Marchant [X] Jun 10, 2014 9:40 PM   Jun 25, 2014 3:21 PM           0 2 43200 43200 0% 0% 0% 43200 43200 159 Sprint 6, Sprint 7
<p>Devin Shurtleff - 24/Jun/14 10:11 PM Focus on Basic Auth for now which is place.<br/>
Additional Admin accesses need to be implemented. (Probably a interceptor would do work.) </p>

<p>The API Key Gen fo......</p>
David Marchant [X], Devin Shurtleff
2|huihen: <p>Devin Shurtleff - 24/Jun/14 10:11 PM Focus on Basic Auth for now which is place.<br/>
Additional Admin accesses need to be implemented. (Probably a interceptor would do work.) </p>

<p>The API Key Gen for third-party systems is put on the back burner for now.</p>
Generated at Fri May 31 16:58:33 UTC 2019 by Devin Shurtleff using Jira 7.13.3#713003-sha1:0709f782d5ef35e8c0998ba2a26863f0b87f1633.